Your Name 2 years ago
parent
commit
d9592866dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      service/option/database/account.php

+ 2 - 2
service/option/database/account.php

@@ -70,9 +70,9 @@ if ($search_auth == 1) {
     (
         '创建账户' => array('fast', '', 'member'),
     );
-    $list_button['list1'] = array('账户列表', '"member&search_option_aid={id}&oper_table=account&search_option_dever_auth='.$search_auth.'"');
+    $list_button['list1'] = array('账户列表', '"member&search_option_aid={id}&search_option_dever_auth='.$search_auth.'"');
 } elseif ($search_auth == 3) {
-    $list_button['list1'] = array('账户列表', '"member&search_option_aid={id}&oper_table=account&search_option_dever_auth='.$search_auth.'"');
+    $list_button['list1'] = array('账户列表', '"member&search_option_aid={id}&search_option_dever_auth='.$search_auth.'"');
 }
 
 return array