Commit 1e46a14b by 魏强

update;

parent 954ce96b
......@@ -35,6 +35,7 @@ class SpotService():
cur_info['agent_name'] = info.AgentAccount.user_name
cur_info['phone'] = info.AgentAccount.phone
cur_info['comment'] = info.AgentAccount.comment
cur_info['level'] = info.AgentAccount.level
cur_info['spot_info'] = SpotService.get_spot_agent(info.AgentAccount.id)
total_info.append(cur_info)
return total_info
......
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