Sfoglia il codice sorgente

feat:渠道查询字段优化

chenjianhua 1 settimana fa
parent
commit
afba0d9c65

+ 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>