预警状态

workplace
zane 10 months ago
parent 75d81b507f
commit b3764923df

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

Loading…
Cancel
Save