自动化立体仓库 - WMS系统
#
tzsk
2024-03-30 97e9a5ee1a43ce18509554b2da8e1d174abbe0de
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -96,7 +96,8 @@
        boolean hasContainerCode = false;
        int containerCodeCount = 0;//料箱码数量
        for (CombParam.CombMat combMat : param.getCombMats()) {
            if (combMat.getContainerCode() != null) {
            if(!Cools.isEmpty(combMat.getContainerCode())){
            //if (combMat.getContainerCode() != null) {
                hasContainerCode = true;
                containerCodeCount++;
                continue;