在线监测模板调整、数据替换

This commit is contained in:
xy
2024-06-28 16:53:08 +08:00
parent f26ec7003e
commit dbee4ca31d
8 changed files with 57 additions and 3 deletions

View File

@@ -15,7 +15,8 @@
A.target_type targetType,
A.over_limit_day overLimitDay,
A.initiate_warning_flag dataResource,
A.step step
A.step step,
pd.Update_Time updateTime
from
supervision_line_warning A
left join pq_line p1 on A.line_id = p1.Id
@@ -26,6 +27,7 @@
left join pq_line_detail B on A.line_id = B.Id
left join pq_dept_line C on A.line_id = C.Line_Id
left join sys_dept D on C.Id = D.Id
left join pq_device pd on pd.Id = p3.Id
<where>
and ${ew.sqlSegment}
</where>