|
|
@@ -443,6 +443,9 @@
|
|
|
and id in (select plan_id from content_platform_xcx_plan_video where title like concat('%', #{param.title},
|
|
|
'%'))
|
|
|
</if>
|
|
|
+ <if test="param.remark != null and param.remark != ''">
|
|
|
+ and remark = #{param.remark}
|
|
|
+ </if>
|
|
|
<if test="param.createTimestampStart != null">
|
|
|
and create_timestamp > #{param.createTimestampStart}
|
|
|
</if>
|
|
|
@@ -464,6 +467,9 @@
|
|
|
and id in (select plan_id from content_platform_xcx_plan_video where title like concat('%', #{param.title},
|
|
|
'%'))
|
|
|
</if>
|
|
|
+ <if test="param.remark != null and param.remark != ''">
|
|
|
+ and remark = #{param.remark}
|
|
|
+ </if>
|
|
|
<if test="param.createTimestampStart != null">
|
|
|
and create_timestamp > #{param.createTimestampStart}
|
|
|
</if>
|