问题修复

This commit is contained in:
hongchao 2025-12-05 15:41:42 +08:00
parent fed0467d2a
commit 50f7448b64
1 changed files with 2 additions and 2 deletions

View File

@ -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,