linwei
2024-02-05 843fc104555c327ac5d15d26fff2de0a8810c078
src/main/java/org/springblade/modules/taskPlaceSelfCheck/service/impl/TaskPlaceSelfCheckServiceImpl.java
@@ -118,7 +118,7 @@
   @Override
   @Transactional(rollbackFor = Exception.class)
   public Boolean examine(TaskPlaceSelfCheckVO taskPlaceSelfCheck) throws Exception {
   public Boolean updateTaskPlaceSelfCheck(TaskPlaceSelfCheckVO taskPlaceSelfCheck) throws Exception {
      // 1.更新任务表
      ITaskService bean2 = SpringUtils.getBean(ITaskService.class);
      Long aLong = bean2.updateTask(null, null, null, taskPlaceSelfCheck.getReasonFailure(), AuthUtil.getUserId(), taskPlaceSelfCheck.getTaskId(), taskPlaceSelfCheck.getStatus());