Browse Source

交割日期 按顺序

gitmuchinfo 3 năm trước cách đây
mục cha
commit
3c78683c12
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      models/ferroalloy.go

+ 1 - 0
models/ferroalloy.go

@@ -576,6 +576,7 @@ func (r *THJWrstandardDetailReq) GetTHJWrstandardDetail() (rsp *THJWrstandardDet
 			and t.presalestatus = 2
 			and od.wrtradeorderstatus in (3, 7)
 			and (od.orderqty - od.tradeqty) > 0
+		order by t.enddate
 	`, r.WRSTANDARDID)
 	if err = engine.SQL(sql).Find(&deliveryMonths); err != nil {
 		return