This commit is contained in:
2022-12-10 14:05:54 +08:00
parent 0d7e206298
commit 605416067c

View File

@@ -748,7 +748,7 @@ public class MesToLmsServiceImpl implements MesToLmsService {
String DateOfFGInbound = param.getString("DateOfFGInbound"); // 来源卷位置
String BoxWeight = param.getString("BoxWeight"); // 来源卷位置
String BoxWeight2 = "";
if (ObjectUtil.isEmpty(BoxWeight) || param.getIntValue("BoxWeight") == 0) {
if (ObjectUtil.isEmpty(BoxWeight) || param.getDoubleValue("BoxWeight") == 0) {
BoxWeight2 = "0";
BoxWeight = "0";
}