fix: 修改

dev_2.5_optimize
chenhc 5 months ago
parent dd859ecaeb
commit da49286cbc

@ -327,7 +327,7 @@ public class IoSplitFifoInvService extends ServiceImpl<IoSplitFifoInvMapper, IoS
t.setRemindState(2);
}
} else {
t.setRemindState(1);
t.setRemindState(0);
}
Integer suggestOutCount = t.getSuggestOutCount();
if (suggestOutCount != null && suggestOutCount < 0) {

Loading…
Cancel
Save