浏览代码

feat:渠道查询字段优化

chenjianhua 1 周之前
父节点
当前提交
afba0d9c65
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service-base/src/main/resources/mapper/daq/ChannelMapper.xml

+ 1 - 1
service-base/src/main/resources/mapper/daq/ChannelMapper.xml

@@ -90,7 +90,7 @@
         </if>
     </select>
     <select id="selectAllChannel" resultMap="BaseResultMap">
-        select id,channel,email,channel_remark from channel_info
+        select id,channel_name,email,channel_remark from channel_info
         where isvalid=1
     </select>
 </mapper>