各专业隐患小类风险走势图bug修复
This commit is contained in:
parent
a3a10e513a
commit
5754bec261
@ -1162,7 +1162,7 @@
|
||||
,count(*) as y_val
|
||||
from xz_security_quality_inspection_record r
|
||||
join xz_security_danger_type_record t on t.id=r.danger_type_id
|
||||
join xz_security_danger_type_record t2 on t.id=r.danger_type_id
|
||||
join xz_security_danger_type_record t2 on t2.id=r.danger_second_type_id
|
||||
where r.project_sn = #{projectSn}
|
||||
and t2.level = 2
|
||||
and r.status != 6
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user