预处理兼容pq/pms处理
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<select id="getMonitorDetail" resultType="com.njcn.device.biz.pojo.dto.LineDevGetDTO">
|
<select id="getMonitorDetail" resultType="com.njcn.device.biz.pojo.dto.LineDevGetDTO">
|
||||||
select a.id pointId,a.name pointName,b.Time_Interval interval
|
select a.id pointId,a.name pointName,b.Time_Interval `interval`
|
||||||
from pq_line a
|
from pq_line a
|
||||||
inner join pq_line_detail b on a.id=b.id
|
inner join pq_line_detail b on a.id=b.id
|
||||||
where a.id = #{monitorId}
|
where a.id = #{monitorId}
|
||||||
|
|||||||
Reference in New Issue
Block a user