|
|
@@ -352,7 +352,7 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
JSONObject map=SplicedPackagingUnitItem.getJSONObject(i);
|
|
|
String UID1=map.getString("PUID");
|
|
|
String ComponentBarcode1=map.getString("ComponentBarcode");
|
|
|
- String ComponentBarcodeFragment=map.getString("ComponentBarcodeFragment");
|
|
|
+ ComponentBarcodeFragment=map.getString("ComponentBarcodeFragment");
|
|
|
String ComponentName=map.getString("ComponentName");
|
|
|
String OriginalQuantity1=map.getString("OriginalQuantity");
|
|
|
String Quantity1=map.getString("Quantity");
|