zhongrj
2024-02-05 e13f2a82be5ebad924dfc92eb03f0448697624c4
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());