Explorar el Código

面辅料推送

huxy hace 2 años
padre
commit
27c1ae4c35

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/splfi/service/impl/SyPackingListFabricServiceImpl.java

@@ -1420,7 +1420,7 @@ public class SyPackingListFabricServiceImpl extends ServiceImpl<SyPackingListFab
 								List<Map<String,Object>> mapItems5= (List<Map<String,Object>>) jsonObject.get("DETAILList");
 								for (Map itemMap5 :  mapItems5){
 									if((Double.parseDouble( itemMap5.get("IQUANTITY").toString())
-											==Double.parseDouble( map.get("iQuantity").toString()))&&!itemMap5.containsKey("AUTOID_SO")){//根据尺码判断
+											==Double.parseDouble( map.get("iQuantity").toString()))&&!itemMap5.containsKey("AUTOID_PO")){//根据尺码判断
 										//getcFree((JSONObject) itemMap5,map);
 										itemMap5.put("AUTOID_PO",map.get("AutoID"));
 									}