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

workplace
anthonywj 11 months ago
commit 8f0d0a8aad

@ -82,7 +82,7 @@ public class IoSplitFifoCodeService extends ServiceImpl<IoSplitFifoCodeMapper, I
List<IoSplitCodeResponse> invReminds = splitFifoCodeMapper.findInvRemind(workPlaceCode);
if (CollUtil.isEmpty(invReminds)){
return "当前工位存量提醒:" +"0";
return "当前工位存量提醒:" + "0";
}
invReminds.forEach( item -> {
Integer groupCount = item.getGroupCount();

Loading…
Cancel
Save