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