自动化立体仓库 - WMS系统
ZY
2024-10-12 b248de310fd65c11f959f4cd0f02d3a6d3edb2c2
src/main/java/com/zy/third/lk/task/LKInTBScheduler.java
@@ -111,7 +111,7 @@
            return true;
        } else {
            log.error("入库回传失败,实体类打印:{}", content);
            return false;
            throw new CoolException("服务器内部错误,请联系管理员");
        }
    }
@@ -154,7 +154,7 @@
            return true;
        } else {
            log.error("入库单表头回传失败:" + content);
            return false;
            throw new CoolException("服务器内部错误,请联系管理员");
        }
    }
@@ -184,7 +184,7 @@
            return true;
        } else {
            log.error("入库回传失败,实体类打印:" + content.toString());
            return false;
            throw new CoolException("服务器内部错误,请联系管理员");
        }
    }
@@ -227,7 +227,7 @@
            return true;
        } else {
            log.error("入库单表头回传失败:" + content);
            return false;
            throw new CoolException("服务器内部错误,请联系管理员");
        }
    }