|
@@ -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"));
|
|
|
}
|