Преглед на файлове

删除hidden字段判断

zhangjq преди 6 години
родител
ревизия
91ae7710c4
променени са 2 файла, в които са добавени 0 реда и са изтрити 6 реда
  1. 0 3
      sqlconfig/system_controller/system_find_menu_page_count.tpl
  2. 0 3
      sqlconfig/system_controller/system_find_menu_page_select.tpl

+ 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}}