5-16 - fix

main
tianxinlei 2026-05-16 18:09:23 +08:00
parent 7e461ec55f
commit 6c22f2718a
1 changed files with 1 additions and 1 deletions

View File

@ -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
<!-- 展示用:最大 type 下的所有人员,不限制 status -->