فهرست منبع

删除hidden字段判断

zhangjq 6 سال پیش
والد
کامیت
91ae7710c4

+ 0 - 3
sqlconfig/system_controller/system_find_menu_page_count.tpl

@@ -17,6 +17,3 @@ where
 {{if ne .type_op ""}}
     and type {{.type_op}} {{.type}}
 {{end}}
-{{if ne .hidden ""}}
-    and hidden = {{.hidden}}
-{{end}}

+ 0 - 3
sqlconfig/system_controller/system_find_menu_page_select.tpl

@@ -17,8 +17,5 @@ where
 {{if ne .type_op ""}}
     and type {{.type_op}} {{.type}}
 {{end}}
-{{if ne .hidden ""}}
-    and hidden = {{.hidden}}
-{{end}}
 order by order_num
 LIMIT {{.rows}} OFFSET {{.offset}}