| | |
| | | import com.zt.common.validator.group.UpdateGroup; |
| | | import com.zt.life.modules.configAuditReport.dto.ConfigAuditDto; |
| | | import com.zt.life.modules.project.model.ProjectUserName; |
| | | import com.zt.life.modules.project.service.ProjectService; |
| | | import com.zt.life.modules.qaAuditReport.dto.QaAuditReportDto; |
| | | import com.zt.life.modules.qaAuditReport.model.QaAuditReport; |
| | | import com.zt.life.modules.qaAuditReport.service.QaAuditReportService; |
| | |
| | | public class QaAuditReportController { |
| | | @Autowired |
| | | private QaAuditReportService qaAuditReportService; |
| | | |
| | | @Autowired |
| | | private ProjectService projectService; |
| | | |
| | | @Autowired |
| | | private SysCodeRuleService sysCodeRuleService; |
| | |
| | | //效验数据 |
| | | AssertUtils.isArrayEmpty(ids, "id"); |
| | | qaAuditReportService.delete(ids); |
| | | projectService.deleteItem(ids,"qa_audit_report_incongruent","report_id"); |
| | | |
| | | return Result.ok(); |
| | | } |