feat: 修改

workplace
chenhc 11 months ago
parent 243a6c3be9
commit 5db06d994c

@ -82,8 +82,8 @@ 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();
if (groupCount < invRemindNumber){

Loading…
Cancel
Save