成就
This commit is contained in:
@@ -363,7 +363,7 @@
|
||||
|
||||
<!-- 联表查询用户成就列表(包含进度信息)- 带权限过滤 -->
|
||||
<select id="selectUserAchievementsWithProgress" resultMap="AchievementVOResultMap">
|
||||
SELECT
|
||||
SELECT DISTINCT
|
||||
a.id,
|
||||
a.achievement_id,
|
||||
a.name,
|
||||
@@ -398,6 +398,7 @@
|
||||
<if test="type != null">
|
||||
AND a.type = #{type}
|
||||
</if>
|
||||
|
||||
ORDER BY a.order_num ASC, a.create_time DESC
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user