Commit ed6c5dd2 by Aeolus

update

parent 4f235dd2
...@@ -63,7 +63,7 @@ class AdminService(object): ...@@ -63,7 +63,7 @@ class AdminService(object):
:return: :return:
""" """
select_sql = """select admin_account.user_name, admin_account.phone, admin_account.level, admin_account.status, select_sql = """select admin_account.user_name, admin_account.phone, admin_account.level, admin_account.status,
admin_account.comment,admin_account.parent_id,admin_account.rate, admin_account.created_at, admin_account.comment,admin_account.parent_id, admin_account.created_at,
admin_account.updated_at,admin_account.id, admin_account.user_no admin_account.updated_at,admin_account.id, admin_account.user_no
""" """
count_sql = "select count(admin_account.id) as total_count" count_sql = "select count(admin_account.id) as total_count"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment