zhangjq 6 lat temu
rodzic
commit
e323feec85

+ 3 - 1
sqlconfig/system_controller/system_find_user_page_count_gen.tpl → sqlconfig/system_controller/system_find_user_page_count.tpl

@@ -2,4 +2,6 @@
 select
     count(*) records
 from
-    
+    sys_user
+where
+	del_flag = 0

+ 1 - 1
sqlconfig/system_controller/system_get_org_tree_gen.tpl → sqlconfig/system_controller/system_find_user_page_select.tpl

@@ -2,6 +2,6 @@
 select
     *
 from
-    sys_org
+    sys_user
 where
     del_flag = 0

+ 0 - 0
sqlconfig/system_controller/system_find_user_page_select_gen.tpl → sqlconfig/system_controller/system_get_org_tree.tpl


+ 5 - 0
sqlconfig/system_controller/system_sidebar.tpl

@@ -0,0 +1,5 @@
+
+select
+    *
+from
+    

+ 0 - 7
sqlconfig/system_controller/system_sidebar_gen.tpl

@@ -1,7 +0,0 @@
-
-select
-    *
-from
-    sys_menu
-where
-    del_flag = 0