Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
蒋勇
zhichan
Commits
895b1072
Commit
895b1072
authored
Nov 02, 2020
by
任晓松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update360推送
parent
12decffd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
center-order/app/base/db/impl/dbcorder/orderinfoDao.js
+1
-0
center-order/app/base/service/impl/common/push360Sve.js
+2
-2
No files found.
center-order/app/base/db/impl/dbcorder/orderinfoDao.js
View file @
895b1072
...
@@ -15,6 +15,7 @@ class OrderInfoDao extends Dao {
...
@@ -15,6 +15,7 @@ class OrderInfoDao extends Dao {
"orderNo"
,
"orderNo"
,
"channelServiceNo"
,
"channelServiceNo"
,
"channelOrderNo"
,
"channelOrderNo"
,
"orderServiceNo"
,
"channelUserId"
,
"channelUserId"
,
"ownerUserId"
,
"ownerUserId"
,
"payTime"
,
"payTime"
,
...
...
center-order/app/base/service/impl/common/push360Sve.js
View file @
895b1072
...
@@ -49,12 +49,12 @@ class Push360Service {
...
@@ -49,12 +49,12 @@ class Push360Service {
};
};
if
(
!
result
||
!
result
.
stdout
)
{
if
(
!
result
||
!
result
.
stdout
)
{
logObj
[
"returnType"
]
=
"0"
;
logObj
[
"returnType"
]
=
"0"
;
logObj
[
"opTitle"
]
=
"数据推送
ali
返回失败"
;
logObj
[
"opTitle"
]
=
"数据推送
360
返回失败"
;
this
.
pushlogDao
.
create
(
logObj
);
this
.
pushlogDao
.
create
(
logObj
);
return
system
.
getResultFail
(
-
502
,
"execPost data is empty"
);
return
system
.
getResultFail
(
-
502
,
"execPost data is empty"
);
}
else
{
}
else
{
logObj
[
"returnType"
]
=
"1"
;
logObj
[
"returnType"
]
=
"1"
;
logObj
[
"opTitle"
]
=
"数据推送
ali
返回成功"
;
logObj
[
"opTitle"
]
=
"数据推送
360
返回成功"
;
this
.
pushlogDao
.
create
(
logObj
);
this
.
pushlogDao
.
create
(
logObj
);
let
stdout
=
JSON
.
parse
(
result
.
stdout
);
let
stdout
=
JSON
.
parse
(
result
.
stdout
);
return
system
.
getResultSuccess
(
stdout
);
return
system
.
getResultSuccess
(
stdout
);
...
...
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