Commit ab18482e by guojuxing

权限集列表创建时间倒序

parent daac3738
......@@ -115,6 +115,8 @@
<if test="search != null and search != '' ">
and ( a.role_name like concat('%', #{search}, '%') )
</if>
order by a.create_time desc
</select>
<update id="deleteByRoleId">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment