|
|
|
@ -22,6 +22,7 @@
|
|
|
|
|
<collection property="list" javaType="list" ofType="com.shxy.xymanager_common.dto.TerminalsWithHeart">
|
|
|
|
|
<result column="term_id" jdbcType="INTEGER" property="id"/>
|
|
|
|
|
<result column="tower_id" jdbcType="INTEGER" property="towerid"/>
|
|
|
|
|
<result column="protocol" jdbcType="INTEGER" property="protocol"/>
|
|
|
|
|
<result column="tower_name" jdbcType="VARCHAR" property="name"/>
|
|
|
|
|
<result column="address" jdbcType="VARCHAR" property="address"/>
|
|
|
|
|
<result column="cmdid" jdbcType="VARCHAR" property="cmdid"/>
|
|
|
|
@ -191,6 +192,7 @@
|
|
|
|
|
d.equip_name as equip_name,
|
|
|
|
|
d.display_name as display_name,
|
|
|
|
|
d.model as model,
|
|
|
|
|
d.protocol as protocol,
|
|
|
|
|
e.last_heartbeat as last_heartbeat
|
|
|
|
|
from ((((dy_level a left join `lines` b on a.id = b.dy_level_id )
|
|
|
|
|
left join towers c on b.id = c.line_id )
|
|
|
|
|