xie.kaifeng hace 8 meses
padre
commit
841c1132a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}