|
|
@@ -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
|