|
|
|
@ -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();
|
|
|
|
|