Quellcode durchsuchen

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

chenjianhua vor 1 Monat
Ursprung
Commit
819a95c295
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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>