fix:增加入库是否到异常位的系统参数
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user