Parcourir la source

物流单接口

eganwu il y a 2 ans
Parent
commit
7ad6c57a49

+ 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();