Forráskód Böngészése

经销商端发货单和发货明细查询调整及增加欠货库存导出功能

hu 2 éve
szülő
commit
61e07d9be9

+ 1 - 1
src/custom/restcontroller/webmanage/sale/dispatch/dispatchItems.java

@@ -272,7 +272,7 @@ public class dispatchItems extends Controller {
         StringBuffer where = new StringBuffer(" 1=1 ");
         if (sys_enterpriseid > 0) {
             where.append(" and t4.sys_enterpriseid ='").append(sys_enterpriseid).append("' ");
-            where.append(" and  ifnull(t1.outwarehouseqty, 0)>0' ");
+            where.append(" and  ifnull(t1.outwarehouseqty, 0)>0 ");
         }
 
         if (content.containsKey("where")) {