自动化立体仓库 - WMS系统
zwl
2023-02-03 a7960f82ce5bddf52ea4f134169e739e120c5131
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -95,7 +95,8 @@
        int countWrk = wrkDetlService.selectCount(new EntityWrapper<WrkDetl>().eq("zpallet",param.getBarcode()));
//        int countWrk = wrkDetlService.selectCount(new EntityWrapper<WrkDetl>().eq("zpallet",param.getBarcode())
//                                            .last(" wrk_no IN ( SELECT wrk_no FROM asr_wrk_mast WHERE wrk_sts != 15 )"));
        if (countLoc > 0 || countWrk > 0) {
        if (countLoc > 0  || countWrk > 0) {
            throw new CoolException("工作档/库存条码数据已存在===>>" + param.getBarcode());
        }