| | |
| | | Date reportTime = new Date();
|
| | | return preventRiskDangerCheckLogRepository.updateTaskReportStatusByList(taskIds, reportStatus, reportTime);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public List<PreventRiskDangerCheckLog> listRectifyReportTask() {
|
| | | return preventRiskDangerCheckLogRepository.listRectifyReportTask();
|
| | | }
|
| | |
|
| | | @Override
|
| | | public List<PreventRiskDangerCheckLog> listSearchRectifyReportTask() {
|
| | | return preventRiskDangerCheckLogRepository.listSearchRectifyReportTask();
|
| | | }
|
| | |
|
| | | @Override
|
| | | public int updateSearchRectifyReportTask(PreventRiskDangerCheckLog dangerCheckLog) {
|
| | | return preventRiskDangerCheckLogRepository.updateSearchRectifyReportTask(dangerCheckLog);
|
| | | }
|
| | | }
|