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);