| | |
| | | |
| | | @Override |
| | | public Boolean updateBailReporting(TaskBailReportingEventEntity taskBailReportingEvent) { |
| | | Long aLong = taskService.updateTask(null, null, null, "", AuthUtil.getUserId(), taskBailReportingEvent.getTaskId(), taskBailReportingEvent.getStatus()); |
| | | Long aLong = taskService.updateTask(null, null, null, "", AuthUtil.getUserId(), taskBailReportingEvent.getTaskId(), Integer.valueOf(taskBailReportingEvent.getConfirmFlag())); |
| | | if (aLong > 0) { |
| | | return baseMapper.updateById(taskBailReportingEvent) > 0 ? true : false; |
| | | } |