|
|
@@ -372,6 +372,8 @@ left join achievement a on ap.achievement_id=a.id
|
|
|
left join admin ad on ap.publisher=ad.id
|
|
|
left join branch_information bi on ap.publish_platform=bi.id
|
|
|
where 1=1
|
|
|
+ and ap.publish_client = '1'
|
|
|
+ and ap.publish_page = 'W01'
|
|
|
<if test="name != null">
|
|
|
and a.name like "%"#{name,jdbcType=VARCHAR}"%"
|
|
|
</if>
|