fix: 修改

dev_2.5_optimize
chenhc 5 months ago
parent 2282072776
commit c63a3eb5c6

@ -336,6 +336,10 @@ public class IoSplitFifoInvService extends ServiceImpl<IoSplitFifoInvMapper, IoS
} else {
t.setRemindState(1);
}
Integer suggestOutCount = t.getSuggestOutCount();
if (suggestOutCount != null && suggestOutCount <0){
t.setSuggestOutCount(0);
}
});
return ioSplitInvResponses;
} else {

Loading…
Cancel
Save