问题修复
This commit is contained in:
parent
fed0467d2a
commit
50f7448b64
|
|
@ -696,8 +696,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
mt.test_report_url as testReportUrl,
|
mt.test_report_url as testReportUrl,
|
||||||
mt.factory_report_name as factoryReportName,
|
mt.factory_report_name as factoryReportName,
|
||||||
mt.factory_report_url as factoryReportUrl,
|
mt.factory_report_url as factoryReportUrl,
|
||||||
mt.third_report_name as thirdReportName,
|
-- mt.third_report_name as thirdReportName,
|
||||||
mt.third_report_url as thirdReportUrl,
|
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_name as otherReportName,
|
||||||
mt.other_report_url as otherReportUrl,
|
mt.other_report_url as otherReportUrl,
|
||||||
'合格' AS checkResult,
|
'合格' AS checkResult,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue