|
|
@@ -691,7 +691,6 @@
|
|
|
<if test="releaseStatus != null">
|
|
|
and a.release_status = #{releaseStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
-
|
|
|
order by a.release_date desc
|
|
|
<if test="page_sql!=null">
|
|
|
${page_sql}
|
|
|
@@ -702,7 +701,7 @@
|
|
|
select
|
|
|
count(1)
|
|
|
from achievement a
|
|
|
- where a.deleted_sign = 0 and a.audit_status = 2 and a.info_sources=1 and a.release_status=1
|
|
|
+ where a.deleted_sign = 0 and a.audit_status = 2 and a.info_sources=1
|
|
|
<if test="ownerId != null">
|
|
|
and a.owner_id = #{ownerId,jdbcType=VARCHAR}
|
|
|
</if>
|