Commit 8a24f30e by Aeolus

Merge branch 'master' into aeolus

parents 75818ace 0247696d
......@@ -45,11 +45,12 @@ AGENT_STATUS = {
'1': '超级管理员',
'2': '管理员',
'3': '业务员',
'4': '代理商',
'5': '财务',
'6': '运维管理员',
'7': '补货员',
'8': '客服',
'4': '商户管理员',
'5': '商户管理员',
'6': '财务',
'7': '运维管理员',
'8': '补货员',
'9': '客服',
}
ACCOUNT_STATUS = {
......
......@@ -140,7 +140,7 @@ def get_rent_detail():
rent_detail.production_type_name,rent_detail.total,rent_detail.rent_count,
rent_detail.refund_total,rent_detail.refund_count, wx_user.phone,place.place_name,
rent_detail.production_id,rent.business_id, rent.created_at,rent.pay_time,
rent_detail.id as rent_detail_id,
rent_detail.id as rent_detail_id
"""
from_sql = """
FROM
......
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