fix: 80345 企业标准-临时权限记录,排序需要再明确下

This commit is contained in:
2024-01-10 09:58:39 +08:00
parent 4a5f70b48b
commit 1e58a7027d
@@ -79,6 +79,9 @@
#{item}
</foreach>
</if>
ORDER BY
auth.create_time DESC,
auth.auth_expire_date DESC
</select>
</mapper>