瀏覽代碼

Thjpurchasetransfer:按委托时间倒序;

deng.yinping 3 年之前
父節點
當前提交
d1e151b071
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      models/ferroalloy.go

+ 1 - 0
models/ferroalloy.go

@@ -1357,6 +1357,7 @@ func (r *Thjpurchasetransfer) buildSql() string {
 	inner join wr_presaleinfo pi on pi.presaleapplyid = t.presaleapplyid
 	inner join wrstandard wr on t.wrstandardid = wr.wrstandardid
 	where %v and 1=1
+	order by t.CREATETIME desc
 `
 	//转让委托 - 挂牌中  -卖方
 	param := fmt.Sprintf("t.selluserid = %v and t.transferstatus = 1", r.USERID)