预处理兼容pq/pms处理

This commit is contained in:
2023-09-27 12:16:10 +08:00
parent df117ad640
commit 9a5a8bfc62

View File

@@ -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}