Ver Fonte

删除hidden字段判断

zhangjq há 6 anos atrás
pai
commit
5fd26dee3c
1 ficheiros alterados com 0 adições e 6 exclusões
  1. 0 6
      sqlconfig/system_controller/system_get_menu_tree.tpl

+ 0 - 6
sqlconfig/system_controller/system_get_menu_tree.tpl

@@ -11,10 +11,4 @@ where
 {{if ne .type_op ""}}
     and type {{.type_op }} {{.type}}
 {{end}}
-{{if ne .hidden ""}}
-    and hidden = {{.hidden}}
-{{end}}
-{{if ne .type_op ""}}
-    and type {{.type_op}} {{.type}}
-{{end}}
 order by order_num