Merge remote-tracking branch 'origin/dev_fifo_z' into dev_fifo_z

workplace
wangwei 11 months ago
commit 0511bbe428

@ -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