在线监测模板调整、数据替换
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user