소스 검색

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>