Browse Source

feat: 新增通道查询返回台账名称

yanyuan
yinhuaiwei 5 days ago
parent
commit
86055b2281
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      inspect-metadata/src/main/resources/mapper/eqpbook/BasedataEqpBookChannelMapper.xml

+ 2
- 1
inspect-metadata/src/main/resources/mapper/eqpbook/BasedataEqpBookChannelMapper.xml View File

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


Loading…
Cancel
Save