| | |
| | | } |
| | | } |
| | | |
| | | //每个堆垛机只允许下发一个空托盘任务 |
| | | if(wrkMast.getIoType()==110){ |
| | | List<WrkMast> wrkMasts1 = wrkMastService.selectList(new EntityWrapper<WrkMast>().eq("crn_no", crnNo).eq("io_type", 110).in("wrk_sts", 12)); |
| | | if (!wrkMasts1.isEmpty()) { |
| | | continue; |
| | | } |
| | | } |
| | | |
| | | String wcsSourceLocNo = Cools.isEmpty(wrkMast.getSourceLocNo()) ? "" : Utils.WMSLocToWCSLoc(wrkMast.getSourceLocNo()); |
| | | String wcsLocNo = Cools.isEmpty(wrkMast.getLocNo()) ? "" : Utils.WMSLocToWCSLoc(wrkMast.getLocNo()); |
| | | Integer taskPri = wrkMast.getIoPri() == null ? null : wrkMast.getIoPri().intValue(); |