src/main/java/com/zy/asrs/controller/TaskWrkController.java
@@ -240,7 +240,7 @@ ); }catch (Exception e){ log.error("wcs手动完成任务上报wms失{},返回值={}", taskWrk,response); throw new CoolException(e); // throw new CoolException(e); } locMastService.updateById(locMast); taskWrk.setStatus(7);//手动完成任务 @@ -295,7 +295,7 @@ ); }catch (Exception e){ log.error("wcs手动取消任务上报wms失败={},返回值={}", taskWrk,response); throw new CoolException(e); // throw new CoolException(e); } taskWrk.setCompleteTime(now);//完结时间 taskWrkService.updateById(taskWrk);