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
f63bd5b3
Commit
f63bd5b3
authored
Mar 02, 2021
by
任晓松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
4def99f7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
+4
-1
No files found.
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
View file @
f63bd5b3
...
...
@@ -2204,6 +2204,7 @@ class OrderInfoService extends ServiceBase {
orderStatus
:
2
,
//订单状态: 1: 待付款, 2: 已付款, 4: 待服务, 8: 已完成
totalSum
:
order
.
price
,
//订单总额(产品价格×优惠费率×订单件数)
payTotalSum
:
order
.
price
,
created_at
:
order
.
createdAt
}
if
(
order
.
status
==
'已签收'
||
order
.
status
==
'服务已完成'
)
{
orderObj
[
'orderStatus'
]
=
8
;
...
...
@@ -2214,7 +2215,8 @@ class OrderInfoService extends ServiceBase {
uapp_id
:
uapp_id
,
sourceOrderNo
:
order
.
number
,
contactName
:
order
.
personName
||
""
,
mobile
:
order
.
personMobile
mobile
:
order
.
personMobile
,
created_at
:
order
.
createdAt
};
contactsArr
.
push
(
customerContactObj
);
}
...
...
@@ -2242,6 +2244,7 @@ class OrderInfoService extends ServiceBase {
price
:
order
.
price
,
//定价
quantity
:
1
,
// 订单数量(即产品的倍数,默认值为1)
opPayType
:
"10"
,
// 操作付款类型:00: 创建订单, 10: 补单
created_at
:
order
.
createdAt
};
productsArr
.
push
(
orderProductObj
);
}
...
...
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