合并
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user