linwei
2024-02-05 b4408e50872288087ddb62731cbc50b369ee4fc3
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());