|
|
@ -15,7 +15,7 @@ |
|
|
<result property="channelName" column="channel_name"/> |
|
|
<result property="channelName" column="channel_name"/> |
|
|
<result property="parentChannelId" column="parent_channel_id"/> |
|
|
<result property="parentChannelId" column="parent_channel_id"/> |
|
|
<result property="eqpBookId" column="eqp_book_id"/> |
|
|
<result property="eqpBookId" column="eqp_book_id"/> |
|
|
<result property="eqpBookName" column="eqpBookName"/> |
|
|
|
|
|
|
|
|
<result property="eqpBookName" column="eqp_book_name"/> |
|
|
<result property="channelType" column="channel_type"/> |
|
|
<result property="channelType" column="channel_type"/> |
|
|
<result property="onlineState" column="online_state"/> |
|
|
<result property="onlineState" column="online_state"/> |
|
|
<result property="channelContent" column="channel_content"/> |
|
|
<result property="channelContent" column="channel_content"/> |
|
|
@ -74,6 +74,7 @@ |
|
|
bec.channel_name, |
|
|
bec.channel_name, |
|
|
bec.parent_channel_id, |
|
|
bec.parent_channel_id, |
|
|
bec.eqp_book_id, |
|
|
bec.eqp_book_id, |
|
|
|
|
|
be.patrol_device_name AS eqp_book_name, |
|
|
bec.channel_type, |
|
|
bec.channel_type, |
|
|
bec.online_state, |
|
|
bec.online_state, |
|
|
bec.channel_content, |
|
|
bec.channel_content, |
|
|
|