소스 검색

处理定金比例排序问题

zhou.xiaoning 3 년 전
부모
커밋
a314e43e2a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      models/ferroalloy.go

+ 1 - 0
models/ferroalloy.go

@@ -626,6 +626,7 @@ func (r *THJWrstandardDetailReq) GetTHJWrstandardDetail() (rsp *THJWrstandardDet
 				t.DISCOUNTAMOUNT 
 			from THJ_PresaleApplyDeposit t
 			where t.presaleapplyid in (%v)
+			order by t.DEPOSITRATE desc
 		`, strings.Join(ids, ","))
 		if err = engine.SQL(sql).Find(&presaleApplyDeposits); err != nil {
 			return