浏览代码

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

zhaoxian 4 年之前
父节点
当前提交
3768f0a3dd

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