luobang 1 年之前
父节点
当前提交
0c7f4dc084
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/steerinfo/dil/service/impl/TmstruckWeightResultServiceImpl.java

+ 1 - 1
src/main/java/com/steerinfo/dil/service/impl/TmstruckWeightResultServiceImpl.java

@@ -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 ++) {