5-15 - 修复重点作业名称不显示bug
parent
2007d5585a
commit
70d73370e2
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
left join safety_environmental_inspection i on i.inspection_id = h.foreign_key and i.status = 3 and h.source in (2, 3)
|
left join safety_environmental_inspection i on i.inspection_id = h.foreign_key and i.status = 3 and h.source in (2, 3)
|
||||||
left join key_project kp on kp.key_project_id = i.key_project_id
|
left join key_project kp on kp.key_project_id = i.key_project_id
|
||||||
left join ai_alarm aa on h.foreign_key = aa.id and h.source = 1
|
left join ai_alarm aa on h.foreign_key = aa.ai_alarm_id and h.source = 1
|
||||||
left join key_project kp2 on kp2.key_project_id = aa.key_project_id
|
left join key_project kp2 on kp2.key_project_id = aa.key_project_id
|
||||||
left join hidden_rectification_record hrr on hrr.hidden_id = h.hidden_id and hrr.delete_enum = 'FALSE'
|
left join hidden_rectification_record hrr on hrr.hidden_id = h.hidden_id and hrr.delete_enum = 'FALSE'
|
||||||
left join hidden_accept_record har on har.hidden_id = h.hidden_id and har.delete_enum = 'FALSE' and har.state = 1
|
left join hidden_accept_record har on har.hidden_id = h.hidden_id and har.delete_enum = 'FALSE' and har.state = 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue