提交代码
parent
add8cf812e
commit
47887ae5ce
|
@ -140,11 +140,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
left join wx_menu_config_role smcr on smcr.smcid = smc.id
|
||||
left join sys_user_role ur on ur.role_id = smcr.role_id
|
||||
where smc.del_flag = 0
|
||||
<<<<<<< .mine
|
||||
<if test="currentUserId != null"> and ur.user_id = #{currentUserId}</if>
|
||||
=======
|
||||
and (ur.user_id = #{currentUserId} or smc.menu_identi='GRQMPZ')
|
||||
>>>>>>> .theirs
|
||||
<if test="activeProjectId != null"> and smc.project_id = #{activeProjectId}</if>
|
||||
<if test="menuType != null and menuType != ''"> and smc.menu_type = #{menuType}</if>
|
||||
order by smc.menu_sort asc
|
||||
|
|
Loading…
Reference in New Issue