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