自动化立体仓库 - WMS系统
zc
2024-10-10 edc239d21a570aba28e8d7cb07245083a6654212
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("服务器内部错误,请联系管理员");
        }
    }