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
eb5fb2a5
Commit
eb5fb2a5
authored
Apr 08, 2021
by
庄冰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
receiveAliTmOrder
parent
37e08ed9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
+5
-0
No files found.
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
View file @
eb5fb2a5
...
...
@@ -16,6 +16,7 @@ class OrderInfoService extends ServiceBase {
this
.
orderReceiptVoucherDao
=
system
.
getObject
(
"db.dbcpay.orderreceiptvoucherDao"
);
this
.
moneyJourneyDao
=
system
.
getObject
(
"db.dbcpay.moneyjourneyDao"
);
this
.
needsolutionDao
=
system
.
getObject
(
"db.dbneed.needsolutionDao"
);
this
.
needinfoDao
=
system
.
getObject
(
"db.dbneed.needinfoDao"
);
this
.
orderRegionDao
=
system
.
getObject
(
"db.dbcorder.orderregionDao"
);
this
.
push360Sve
=
system
.
getObject
(
'service.common.push360Sve'
);
this
.
orderinfoDao
=
system
.
getObject
(
'db.dbcorder.orderinfoDao'
);
...
...
@@ -2554,10 +2555,14 @@ class OrderInfoService extends ServiceBase {
serviceItemSnapshot
:
JSON
.
stringify
(
productInfo
),
//产品快照
orderSnapshot
:
JSON
.
stringify
(
ab
)
// 2020 1110 lin 新增 增加订单快照
};
ab
.
pushStatus
=
3
;
ab
.
isPushNum
=
1
;
var
self
=
this
;
return
await
self
.
db
.
transaction
(
async
function
(
t
)
{
var
o
=
await
self
.
dao
.
create
(
ab
,
t
);
var
orderProduct
=
await
self
.
orderproductDao
.
create
(
orderProductObj
,
t
);
//订单产品
await
self
.
needinfoDao
.
model
.
update
({
status
:
"ycd"
},{
where
:
{
channelNeedNo
:
ab
.
needNo
},
transaction
:
t
});
return
system
.
getResultSuccess
(
o
);
})
...
...
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