前置联调
This commit is contained in:
@@ -58,9 +58,10 @@
|
||||
|
||||
|
||||
<select id="getMonitorDetail" resultType="com.njcn.device.biz.pojo.dto.LineDevGetDTO">
|
||||
select a.id pointId,a.name pointName,b.Time_Interval timeInterval
|
||||
select a.id pointId,a.name pointName,b.Time_Interval timeInterval,bus.pid devId
|
||||
from pq_line a
|
||||
inner join pq_line_detail b on a.id=b.id
|
||||
inner join pq_line bus on a.pid =bus.id
|
||||
where a.id = #{monitorId}
|
||||
</select>
|
||||
<select id="getLineDetailByIds" resultType="com.njcn.device.pq.pojo.po.LineDetail">
|
||||
|
||||
Reference in New Issue
Block a user