Ver Fonte

修改查询提货申请接口(/WrTrade2/QueryWrOutInApply)分页BUG

zhou.xiaoning há 3 anos atrás
pai
commit
6eca242904
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      models/wrTrade2.go

+ 0 - 1
models/wrTrade2.go

@@ -2969,7 +2969,6 @@ func (r *WrOutInApply) buildSql() string {
 		"       to_char(t.applytime, 'yyyy-mm-dd hh24:mi:ss') applytime," +
 		"       decode(t.applytype, 2, t.applystatus, 4, t.applystatus2) applystatus," +
 		"       decode(t.applytype, 2, t.inqty, 4, t.inrealqty) qty," +
-		"       d.wrfactortypeid," +
 		"       e.expressnum," +
 		"       e.expresscompany," +
 		"       k.*" +