il y a 1 an
Parent
commit
c00a437e80

+ 4 - 4
platform-service/src/main/java/com/platform/service/yongyou/impl/YongyouServiceImpl.java

@@ -1385,10 +1385,10 @@ public class YongyouServiceImpl implements YongyouService {
         if (StringUtils.isNotBlank(record.getGgxh())) {
             whereStr.append(" and cInvStd like '%" + record.getGgxh() + "%' ");
         }
-        if(record.getPurchaseFlag() == null || record.getPurchaseFlag() == 2){
-            // 非采购请求数据
-            whereStr.append(" and iQuantity > 0 ");
-        }
+//        if(record.getPurchaseFlag() == null || record.getPurchaseFlag() == 2){
+//            // 非采购请求数据
+//            whereStr.append(" and iQuantity > 0 ");
+//        }
         req.setStrWhere(whereStr.toString());
         handler.setRequest(req);
         String responseStr = handler.handler();