소스 검색

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

zhou.xiaoning 3 년 전
부모
커밋
6eca242904
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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.*" +