fix:入空木箱高度类型兼容,确认下卷提示ACS内容修改

This commit is contained in:
zhouz
2025-09-19 14:08:28 +08:00
parent 91c03f6b85
commit e9e0bb5c13

View File

@@ -2075,7 +2075,8 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
AutoSendFeiShu.sendFeiShuMsg(notify.getValue(), box_no + "称重" + current_weight + ",理论" + box_weight, "二期称重异常提醒");
}
}
if (!inbound) {
String is_normal_rk = SpringContextHolder.getBean(SysParamServiceImpl.class).findByCode("is_normal_rk").getValue();
if (!inbound && is_normal_rk.equals("0")){
errorMsg.add("手动至异常口");
}
if (count > 0) {