zwl
2025-05-14 1b160b340bd6fe5f34cedbd01c80b9530d530d91
初始化
1个文件已修改
3 ■■■■■ 已修改文件
src/main/java/com/zy/asrs/task/TaskLogScheduler.java 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/task/TaskLogScheduler.java
@@ -81,6 +81,7 @@
                        .build()
                        .doPost();
                JSONObject jsonObject = JSON.parseObject(response);
                if(jsonObject.getInteger("ReturnStatus")==0){
                TaskWrkLog taskWrkLog = new TaskWrkLog(taskWrk);
                if (!wrkLogService.insert(taskWrkLog)) {
                    throw new CoolException("转历史档失败" + taskWrkLog);
@@ -89,6 +90,8 @@
                    throw new CoolException("任务档删除失败" + taskWrkLog);
                }
                bool = true;
                }
            } catch (Exception e) {
                log.error(e.getMessage(), e);
                log.error("wcs手动完成任务上报wms失败{},返回值={}", taskWrk, response);