Browse Source

菜单配置调整

dzx 3 weeks ago
parent
commit
3957e1fe74
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/resources/mapper/system/XjrMenuGroupMapper.xml

+ 0 - 1
src/main/resources/mapper/system/XjrMenuGroupMapper.xml

@@ -17,7 +17,6 @@
         WHERE 1 = 1
         AND t1.delete_mark = 0 AND t1.enabled_mark = 1
         AND t1.system_type = 'system_app'
-        AND t2.code = 'student_app'
         <if test="dto.roleId != null and dto.roleId == 3">
             and t2.code = 'student_app'
         </if>