Commit 3dcca720 authored by hezhen's avatar hezhen

123

parent 1f51556f
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
) )
and ra.authority_type = 'group' and ra.authority_type = 'group'
and ra.resource_type = 'menu' and ra.resource_type = 'menu'
order by t.id order by t.order_num desc,t.id asc
</select> </select>
<select id="selectAuthoritySystemByUserId" resultMap="BaseResultMap"> <select id="selectAuthoritySystemByUserId" resultMap="BaseResultMap">
select distinct t.* from base_resource_authority ra select distinct t.* from base_resource_authority ra
......
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