Sfoglia il codice sorgente

处理定金比例排序问题

zhou.xiaoning 3 anni fa
parent
commit
a314e43e2a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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