diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/basic/BmReportMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/basic/BmReportMapper.xml index 6099373a..be37682c 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/basic/BmReportMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/basic/BmReportMapper.xml @@ -696,8 +696,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" mt.test_report_url as testReportUrl, mt.factory_report_name as factoryReportName, mt.factory_report_url as factoryReportUrl, - mt.third_report_name as thirdReportName, - mt.third_report_url as thirdReportUrl, +-- mt.third_report_name as thirdReportName, + CASE WHEN mm.ex_url IS NOT NULL AND mm.ex_url LIKE 'https://%' THEN mm.ex_url ELSE NULL END as thirdReportUrl, mt.other_report_name as otherReportName, mt.other_report_url as otherReportUrl, '合格' AS checkResult,