|
@@ -312,7 +312,7 @@ public class TmstruckWeightResultServiceImpl implements ITmstruckWeightResultSer
|
|
|
//理重
|
|
|
Object theoryWeight = map.get("theoryWeight");
|
|
|
String[] goodList = good.toString().split("、");
|
|
|
- String[] flIdList = FLID.toString().split("&");
|
|
|
+ String[] flIdList = FLID.toString().split(";");
|
|
|
String[] goodNumList = goodNum.toString().split("、");
|
|
|
String[] theoryWeightList = theoryWeight.toString().split("、");
|
|
|
for(int i = 0 ; i < flIdList.length ; i ++) {
|