浏览代码

更改bug

xie.kaifeng 8 月之前
父节点
当前提交
841c1132a0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mtp3-century/src/main/resources/mapper/FuncmenulistMapper.xml

+ 1 - 1
mtp3-century/src/main/resources/mapper/FuncmenulistMapper.xml

@@ -43,7 +43,7 @@
             ml.component
         from RoleFuncMenu mlr, FuncMenuList ml
         where mlr.resourcecode = ml.resourcecode
-        and hidden = 1
+        and ml.hidden = 1
         and mlr.RoleID in
         <foreach collection="stringList" item="item" separator="," open="(" close=")" index="index">
             #{item}