|
|
@@ -378,6 +378,9 @@ where 1=1
|
|
|
<if test="publishPlatform != null">
|
|
|
and ep.publish_platform = #{publishPlatform,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
+ <if test="publishPage != null">
|
|
|
+ and ep.publish_page = #{publishPage,jdbcType=VARCHAR}
|
|
|
+ </if>
|
|
|
<if test="publishClient != null">
|
|
|
and ep.publish_client = #{publishClient,jdbcType=INTEGER}
|
|
|
</if>
|