Browse Source

删除hidden字段判断

zhangjq 6 năm trước cách đây
mục cha
commit
5fd26dee3c
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  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