自动化立体仓库 - WMS系统
pang.jiabao
6 天以前 9187a33d1b5cbf851621a27d5bcfd2014ea1c31b
src/main/java/com/zy/third/lk/task/LKInTBScheduler.java
@@ -137,7 +137,7 @@
            return true;
        } else {
            log.error("入库回传失败,实体类打印:{}", content);
            throw new CoolException("服务器内部错误,请联系管理员");
            return true;
        }
    }
@@ -208,7 +208,7 @@
            return true;
        } else {
            log.error("入库回传失败,实体类打印:" + content.toString());
            throw new CoolException("服务器内部错误,请联系管理员");
            return true;
        }
    }