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