预警状态

workplace
zane 11 months ago
parent 75d81b507f
commit b3764923df

@ -149,9 +149,9 @@ public class IoSplitFifoInvService extends ServiceImpl<IoSplitFifoInvMapper, IoS
if(t.getEnableRemind()){ if(t.getEnableRemind()){
int count = t.getReCount() - t.getInvRemindCount(); int count = t.getReCount() - t.getInvRemindCount();
if(count >= 0){ if(count >= 0){
t.setRemindState(2); t.setRemindState(1);
}else{ }else{
t.setRemindState(3); t.setRemindState(2);
} }
}else { }else {
t.setRemindState(1); t.setRemindState(1);

Loading…
Cancel
Save