From 6c22f2718a7d90894743e3bec2731b47fc8c6243 Mon Sep 17 00:00:00 2001 From: tianxinlei Date: Sat, 16 May 2026 18:09:23 +0800 Subject: [PATCH] 5-16 - fix --- .../mapper/inspection/SafetyEnvironmentalInspectionMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-infrastructure/src/main/resources/mapper/inspection/SafetyEnvironmentalInspectionMapper.xml b/web-infrastructure/src/main/resources/mapper/inspection/SafetyEnvironmentalInspectionMapper.xml index b2e5601..47750c6 100644 --- a/web-infrastructure/src/main/resources/mapper/inspection/SafetyEnvironmentalInspectionMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/inspection/SafetyEnvironmentalInspectionMapper.xml @@ -25,7 +25,7 @@ safety_environmental_inspection i left join key_project kp on kp.key_project_id = i.key_project_id left join user creu on creu.id = i.create_id - JOIN max_iu_type mt + LEFT JOIN max_iu_type mt ON mt.inspection_id = i.inspection_id