| | |
| | | int countWrk = wrkDetlService.selectCount(new EntityWrapper<WrkDetl>().eq("zpallet",barcode)); |
| | | int countwait = waitPakinMapper.selectCount(new EntityWrapper<WaitPakin>().eq("zpallet",barcode)); |
| | | if (countLoc > 0 || countWrk > 0 || countwait > 0) { |
| | | armTaskAssignmentCallApiLogSave(staProtocol, "条码数据已存在", staProtocol.getSiteId()+"码垛位置,组托档/工作档/库存条码数据已存在===>>" + barcode, true); |
| | | log.info("条码数据已存在, staProtocol={}, siteInfo={}, barcode={}", |
| | | staProtocol, |
| | | staProtocol.getSiteId() + "码垛位置,组托档/工作档/库存条码数据已存在===>>", |
| | | barcode); |
| | | continue; |
| | | } |
| | | |