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
8211d777
Commit
8211d777
authored
Oct 20, 2020
by
兰国旗
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'center-order' of gitlab.gongsibao.com:jiangyong/zhichan into center-order
parents
cb50a485
44ea0f5e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
2 deletions
+16
-2
center-order/app/base/api/impl/opaction/opPayOrder.js
+7
-0
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
+0
-0
center-order/app/base/service/impl/qcutils/aliyunqcSve.js
+9
-2
No files found.
center-order/app/base/api/impl/opaction/opPayOrder.js
View file @
8211d777
...
@@ -25,5 +25,11 @@ class OpPayOrder extends APIBase {
...
@@ -25,5 +25,11 @@ class OpPayOrder extends APIBase {
var
result
=
await
this
.
orderinfoSve
.
opOrderPayCallBackChannel
(
pobj
,
pobj
.
appInfo
);
var
result
=
await
this
.
orderinfoSve
.
opOrderPayCallBackChannel
(
pobj
,
pobj
.
appInfo
);
return
result
;
return
result
;
}
}
//获取支付记录
async
getPayRecords
(
pobj
,
qobj
,
req
){
let
result
=
await
this
.
orderinfoSve
.
getPayRecords
(
pobj
);
return
result
;
}
}
}
module
.
exports
=
OpPayOrder
;
module
.
exports
=
OpPayOrder
;
\ No newline at end of file
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
View file @
8211d777
This diff is collapsed.
Click to expand it.
center-order/app/base/service/impl/qcutils/aliyunqcSve.js
View file @
8211d777
...
@@ -1005,13 +1005,14 @@ class AliyunQcService {
...
@@ -1005,13 +1005,14 @@ class AliyunQcService {
var
material
=
solutionContent
.
customerMaterial
||
{};
var
material
=
solutionContent
.
customerMaterial
||
{};
if
(
ab
.
extInfo
)
{
if
(
ab
.
extInfo
)
{
// 退回修改理由
// 退回修改理由
var
extInfoJson
=
JSON
.
parse
(
ab
.
extInfo
);
// var extInfoJson = JSON.parse(ab.extInfo);
var
extInfoJson
=
ab
.
extInfo
if
(
extInfoJson
.
rejectReason
)
{
if
(
extInfoJson
.
rejectReason
)
{
ab
.
rejectReason
=
extInfoJson
.
rejectReason
,
ab
.
rejectReason
=
extInfoJson
.
rejectReason
,
solutionContent
.
rejectReason
=
extInfoJson
.
rejectReason
solutionContent
.
rejectReason
=
extInfoJson
.
rejectReason
}
}
material
.
businessLicenseArr
=
ab
.
extInfo
.
businessLicenseArr
;
material
.
businessLicenseArr
=
ab
.
extInfo
.
businessLicenseArr
;
material
.
idCardListArr
=
ab
.
idCardListArr
;
material
.
idCardListArr
=
ab
.
extInfo
.
idCardListArr
;
}
}
solutionContent
.
customerMaterial
=
material
;
solutionContent
.
customerMaterial
=
material
;
solutionContent
=
JSON
.
stringify
(
solutionContent
);
solutionContent
=
JSON
.
stringify
(
solutionContent
);
...
@@ -1032,6 +1033,12 @@ class AliyunQcService {
...
@@ -1032,6 +1033,12 @@ class AliyunQcService {
var
new_ns
=
await
this
.
needsolutionDao
.
model
.
findOne
({
var
new_ns
=
await
this
.
needsolutionDao
.
model
.
findOne
({
where
:
{
id
:
ns
.
id
},
raw
:
true
where
:
{
id
:
ns
.
id
},
raw
:
true
});
});
var
orderInfo
=
await
this
.
orderinfoDao
.
model
.
findOne
({
where
:
{
orderNo
:
new_ns
.
orderNo
},
raw
:
true
})
if
(
orderInfo
)
{
new_ns
.
channelOrderNo
=
orderInfo
.
channelOrderNo
}
return
system
.
getResultSuccess
(
new_ns
);
return
system
.
getResultSuccess
(
new_ns
);
}
}
...
...
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