소스 검색

物流单接口

eganwu 2 년 전
부모
커밋
7ad6c57a49
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/custom/restcontroller/webmanage/sale/logistics/LSALogistics.java

+ 1 - 1
src/custom/restcontroller/webmanage/sale/logistics/LSALogistics.java

@@ -260,7 +260,7 @@ public class LSALogistics extends Controller {
         querySQL.setWhere("t1.siteid='" + siteid + "'");
         if (sys_enterpriseid > 0) {
             querySQL.setWhere("t1.sys_enterpriseid='" + sys_enterpriseid + "'");
-            querySQL.setWhere("t1.status='审核'");
+            querySQL.setWhere("t1.status !='新建'");
         }
         querySQL.setWhere(where.toString());
         Rows rows = querySQL.query();