|
|
@@ -378,7 +378,10 @@ where 1=1
|
|
|
<if test="userName != null">
|
|
|
and a.owner_name = = #{userName,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
- <if test="publishPlatform != null">
|
|
|
+ <if test="publishPage != null">
|
|
|
+ and ap.publish_page = #{publishPage,jdbcType=VARCHAR}
|
|
|
+ </if>
|
|
|
+ <if test="publishPlatform != null">
|
|
|
and ap.publish_platform = #{publishPlatform,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="publishClient != null">
|
|
|
@@ -407,6 +410,9 @@ where 1=1
|
|
|
<if test="userName != null">
|
|
|
and a.owner_name = = #{userName,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
+ <if test="publishPage != null">
|
|
|
+ and ap.publish_page = #{publishPage,jdbcType=VARCHAR}
|
|
|
+ </if>
|
|
|
<if test="publishPlatform != null">
|
|
|
and ap.publish_platform = #{publishPlatform,jdbcType=VARCHAR}
|
|
|
</if>
|