Explorar el Código

Merge branch 'v2' of https://git.i2erp.cn/packages/light-apiengine into v2

double.huang hace 5 años
padre
commit
44ef3ea219
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      sqlconfig/system_controller/system_find_menu_page_count.tpl

+ 1 - 2
sqlconfig/system_controller/system_find_menu_page_count.tpl

@@ -1,6 +1,5 @@
-
 select
-    count(*) records
+    count(distinct sys_menu.id) records
 from
     sys_menu
 LEFT JOIN