소스 검색

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>