Explorar el Código

feat:渠道查询字段优化

chenjianhua hace 1 semana
padre
commit
afba0d9c65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>