@ -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);
}
}else {