Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tour_business
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
魏强
tour_business
Commits
669043fa
Commit
669043fa
authored
Jan 19, 2021
by
Aeolus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
onenet配置加回留园柜子
parent
557a85a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
Config/common_config.py
+4
-1
Controller/RentController.py
+1
-1
No files found.
Config/common_config.py
View file @
669043fa
...
...
@@ -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
:
...
...
Controller/RentController.py
View file @
669043fa
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment