Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gjjh5
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data_server
gjjh5
Commits
bbf6a49c
Commit
bbf6a49c
authored
Jul 16, 2020
by
何娜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
苏宁郑州特殊处理
parent
1b64bf0a
Pipeline
#26472
passed with stage
in 3 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
order.js
app/controller/order.js
+5
-0
No files found.
app/controller/order.js
View file @
bbf6a49c
...
...
@@ -137,6 +137,11 @@ class OrderController extends Controller {
if
(
data
)
{
await
service
.
partner
.
appKeyLimit
(
appKey
);
const
result
=
await
service
.
storage
.
read
(
orderId
,
appKey
);
if
((
appKey
===
'49B580DEDF9E419CA0164C421331B89E'
||
appKey
===
'81B48E83FA9B4D18B7214552FD918253'
||
appKey
===
'6CF690AAD0F14410BDC064BE11BA07FC'
||
appKey
===
'80E7489823C94B228EA81221A0FFC8C7'
)
&&
result
.
cityName
===
'郑州'
){
for
(
let
item
of
result
.
data
.
gjj_data
){
item
.
gjj_account_analyzed_data
.
cont_last_times
=
12
}
}
ctx
.
body
=
{
code
:
0
,
data
:
{
...
...
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