fix:增加入库是否到异常位的系统参数

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

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) {