feat:成绩最高分

pg_adapter
wangxy 6 months ago
parent 0eb3fd999f
commit 835eff09f8

@ -38,6 +38,7 @@
<if test="userName!=null and userName!=''">
AND uc.user_name LIKE CONCAT('%',#{userName},'%')
</if>
ORDER BY ue.max_score desc
</select>

Loading…
Cancel
Save