#
zwl
6 天以前 ec3fa1a4209062eb95388d19474dd8b5a3ac9c0f
src/main/java/com/zy/core/utils/WmsOperateUtils.java
@@ -423,7 +423,7 @@
        String[] split = crnNo1.getArr().split(",");
        for (Integer idx : indices) {
            LocMast locMast = locMastService.selectOne(new EntityWrapper<LocMast>().eq("loc_no", split[idx]));
            if (locMast == null||Cools.isEmpty(locMast.getBarcode())) {
            if (locMast == null||Cools.isEmpty(locMast.getBarcode())||locMast.getLocSts().equals("O")) {
                News.info("没有查询到该库位或者没有找到该库位对应托盘码 :{}", split[idx]);
                CrnCommand command = new CrnCommand();
                command.setLocNo(locMast.getLocNo());