|
@@ -220,7 +220,7 @@ public class SyCostAllocationServiceImpl extends ServiceImpl<SyCostAllocationMap
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
String sqlIngredient = "SELECT cInvName as goodsName,sum(riQuantity) as usageQuantity,sum(biQuantity) as planQuantity,processUnit FROM (" +
|
|
|
"select c.cInvName ,sum(r.iQuantity) as riQuantity,r.cBatch ,b.cSource,b.cPOID,sum(b.iQuantity) as biQuantity,v.cVenName as processUnit" +
|
|
|
" FROM rdrecords11 r" +
|
|
@@ -244,6 +244,7 @@ public class SyCostAllocationServiceImpl extends ServiceImpl<SyCostAllocationMap
|
|
|
list4.add(Ingredient);
|
|
|
}
|
|
|
|
|
|
+
|
|
|
List<JSONObject> processUnitList=new ArrayList<>();
|
|
|
|
|
|
String[] processUnit=syCostAllocation.getProcessUnit().split(",");
|