We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc1626 commit d2fd1dfCopy full SHA for d2fd1df
2 files changed
system/src/main/resources/mapper/SysApiMapper.xml
@@ -24,6 +24,6 @@
24
</foreach>
25
)
26
</if>
27
- GROUP BY sa.url, sr.code
+ ORDER BY sa.create_time DESC, sr.code
28
</select>
29
</mapper>
system/src/main/resources/mapper/SysUserMapper.xml
@@ -66,6 +66,6 @@
66
67
</where>
68
69
- GROUP BY su.username, sr.code
+ ORDER BY su.create_time DESC, sr.code
70
71
0 commit comments