txf 3 éve
szülő
commit
d9e2d7eceb

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

@@ -499,6 +499,7 @@ public class WmspOutboundResultServiceImpl  implements IWmspOutboundResultServic
            sb.append(luHaoMap.get("materialNum"));
            sb.append("/");
         }
+        sb.deleteCharAt(sb.length() - 1);
         mesMap.put("numberOfFurnaces", sb.toString());
         mesMap.put("materialId", materialId);
         mesMap.put("warehouseId", warehouseId);