소스 검색

【快手视频报表】素材分内外部、增加筛选条件,调试

zhaoxian 4 년 전
부모
커밋
3768f0a3dd
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/report/mapper/xml/KsVideoReportMapper.xml

+ 3 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/report/mapper/xml/KsVideoReportMapper.xml

@@ -86,6 +86,9 @@
         <if test="leaderId !=null and leaderId != ''">
             AND t2.design_team_leader_id = #{leaderId}
         </if>
+        <if test="channelType != null">
+            AND t2.channel_type = #{channelType}
+        </if>
         <if test="clipId !=null and clipId != ''">
             AND t2.clip_id = #{clipId}
         </if>