Commit cc1267e4 by Aeolus

update

parent eac907a7
......@@ -163,7 +163,7 @@ def get_account_list():
g.user.id)
if keyword:
where_sql += """
and CONCAT(admin_account.user_name,admin_account.phone) LIKE '%{keyword}%'
and CONCAT(admin_account.user_name,admin_account.phone, admin_account.user_no) LIKE '%{keyword}%'
""".format(keyword=keyword)
where_sql += " ) "
......
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