自动化立体仓库 - WMS系统
zhangc
2025-01-01 6cfcb307f01b9550b6cd67321f2c1db345b4da19
src/main/java/com/zy/asrs/task/handler/ReportDataHandler.java
@@ -90,7 +90,7 @@
    private String doHttpRequest(String requestParam, Map<String, Object> headParam, String namespace, String url, String path, String appkey, String ip) {
        String response = "false";
        String response = "fail";
        boolean success = false;
        try {
@@ -103,10 +103,10 @@
                throw new CoolException("mes接口调用失败,返回信息:" + jsonObject);
            }
            success = true;
            return "true";
            return null;
        } catch (Exception e) {
            log.error(e.getMessage());
            log.error("mes接口调用失败,返回信息:{}", e.getMessage());
            //throw new CoolException(e.getMessage());
        } finally {
            apiLogService.save(namespace, url + path, appkey, ip, requestParam, response, success);