|
@@ -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);
|