ソースを参照

删除hidden字段判断

zhangjq 6 年 前
コミット
5fd26dee3c
1 ファイル変更0 行追加6 行削除
  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