Commit 0247696d by Aeolus

update

parent 7cdf31fe
...@@ -45,11 +45,12 @@ AGENT_STATUS = { ...@@ -45,11 +45,12 @@ AGENT_STATUS = {
'1': '超级管理员', '1': '超级管理员',
'2': '管理员', '2': '管理员',
'3': '业务员', '3': '业务员',
'4': '代理商', '4': '商户管理员',
'5': '财务', '5': '商户管理员',
'6': '运维管理员', '6': '财务',
'7': '补货员', '7': '运维管理员',
'8': '客服', '8': '补货员',
'9': '客服',
} }
ACCOUNT_STATUS = { ACCOUNT_STATUS = {
......
...@@ -140,7 +140,7 @@ def get_rent_detail(): ...@@ -140,7 +140,7 @@ def get_rent_detail():
rent_detail.production_type_name,rent_detail.total,rent_detail.rent_count, 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.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.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_sql = """
FROM 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