瀏覽代碼

feat:关联用户绑定渠道信息优化

chenjianhua 1 月之前
父節點
當前提交
819a95c295
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      service-base/src/main/resources/mapper/daq/ChannelMapper.xml

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

@@ -50,7 +50,6 @@
     </select>
     <select id="countChannelInfo" resultType="java.lang.Long">
         select count(distinct info.id) from channel_info info
-        where info.isvalid=1
         <if test="userId !=null and userId !=''">
             join user_channel_mapping ucm on ucm.channel_id = info.id and ucm.isvalid=1
         </if>