Commit 669043fa by Aeolus

onenet配置加回留园柜子

parent 557a85a3
......@@ -16,7 +16,10 @@ NEW_ONENET_CONFIG = {
"he_cloud_device_id": ["617584147", "617445180", "617445217", "617445252", "617445290", "617445330", "617444881",
"619509921", "619510055", "617444853", "620550194", "620561306", "620761823", "624476742",
"624476708", "628296149", "628649303", "628649346", "628649432", "628649498", "628919054",
"631690510", "631693136", "631693725", "631693885", "670152192"]
"631690510", "631693136", "631693725", "631693885", "670152192",
#下面四个是留园
"617445699", "617445739", "617445774","617445799"
]
}
if is_prod:
......
......@@ -437,7 +437,7 @@ def rent_money_refund_new():
new_total = int(time_price[-1]) # 传入的收费标准参考["60分钟","75分钟",1500],["75分钟","1天",2500]
# 寒山寺agent_total把25修改为20,80%的比例
if rent.spot_id == 48:
if rent.spot_id in (48, 49):
new_agent_total = new_total * 0.8
else:
new_agent_total = new_total
......
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