技术监督测试管理新增报告上传、审核报告查看

This commit is contained in:
xy
2024-07-02 19:19:08 +08:00
parent 8502421b91
commit e6a1874abf
6 changed files with 21 additions and 0 deletions

View File

@@ -291,6 +291,7 @@ public class WarningLeafletServiceImpl extends ServiceImpl<WarningLeafletMapper,
//查询到现场测试超标附件地址
SurveyTest surveyTest = surveyTestService.getById(record.getProblemId());
record.setProblemPath(surveyTest.getTestReport());
record.setSupervisionReport(surveyTest.getSupervisionReport());
}
if (deptMap.containsKey(record.getDutyOrgId())) {
record.setDutyOrgName(deptMap.get(record.getDutyOrgId()));

View File

@@ -205,6 +205,7 @@ public class SurveyTestServiceImpl extends ServiceImpl<SurveyTestMapper, SurveyT
surveyTest.setCompleteTime(surveyTestParam.getCompleteTime());
surveyTest.setCompleteBy(surveyTestParam.getCompleteBy());
surveyTest.setTestReport(surveyTestParam.getTestReport());
surveyTest.setSupervisionReport(surveyTestParam.getSupervisionReport());
surveyTest.setProblemFlag(surveyTestParam.getProblemFlag());
surveyTest.setProblemDetail(surveyTestParam.getProblemDetail());
//设置状态