Przeglądaj źródła

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

chenjianhua 1 miesiąc temu
rodzic
commit
819a95c295

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