Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
Project
Project
Details
Activity
Releases
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
黄奎
mall.oytour.com
Commits
9932eb88
Commit
9932eb88
authored
Apr 13, 2021
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'sdzq' of
http://gitlab.oytour.com/Kui2/mall.oytour.com
into sdzq-ld
parents
204dcabe
6ffca946
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
FinanceModule.cs
Mall.WindowsService/Module/FinanceModule.cs
+9
-9
No files found.
Mall.WindowsService/Module/FinanceModule.cs
View file @
9932eb88
...
...
@@ -272,16 +272,16 @@ and DATE_FORMAT(b.PaymentTime,'%y-%m-%d')<DATE_FORMAT('{endDate}','%y-%m-%d') A
}
if
(
isAdd
)
{
if
(
orderGoodsItem
.
Final_Price
>
0
)
if
(
(
orderGoodsItem
.
Final_Price
-
orderGoodsItem
.
DepositMoney
)
>
0
)
{
if
(
orderGoodsItem
.
OrderClassify
==
1
&&
orderGoodsItem
.
CarType
!=
GuideCarGoodsTypeEnum
.
Line
)
{
var
newOrderGoods
=
new
RB_Goods_OrderDetail_Extend
{
FinanceType
=
1
,
Final_Price
=
orderGoodsItem
.
Final_Price
,
Final_Price
=
orderGoodsItem
.
Final_Price
-
orderGoodsItem
.
DepositMoney
,
Number
=
1
,
FreightMoney
=
orderGoodsItem
.
FreightMoney
,
FreightMoney
=
orderGoodsItem
.
FreightMoney
-
orderGoodsItem
.
DepositFreightMoney
,
GoodsName
=
orderGoodsItem
.
GoodsName
,
OrderNo
=
orderGoodsItem
.
OrderNo
,
Id
=
orderGoodsItem
.
Id
,
...
...
@@ -294,9 +294,9 @@ and DATE_FORMAT(b.PaymentTime,'%y-%m-%d')<DATE_FORMAT('{endDate}','%y-%m-%d') A
var
newOrderGoods
=
new
RB_Goods_OrderDetail_Extend
{
FinanceType
=
1
,
Final_Price
=
orderGoodsItem
.
Final_Price
,
Final_Price
=
orderGoodsItem
.
Final_Price
-
orderGoodsItem
.
DepositMoney
,
Number
=
orderGoodsItem
.
Number
,
FreightMoney
=
orderGoodsItem
.
FreightMoney
,
FreightMoney
=
orderGoodsItem
.
FreightMoney
-
orderGoodsItem
.
DepositFreightMoney
,
GoodsName
=
orderGoodsItem
.
GoodsName
,
OrderNo
=
orderGoodsItem
.
OrderNo
,
Id
=
orderGoodsItem
.
Id
,
...
...
@@ -318,9 +318,9 @@ and DATE_FORMAT(b.PaymentTime,'%y-%m-%d')<DATE_FORMAT('{endDate}','%y-%m-%d') A
var
newOrderGoods
=
new
RB_Goods_OrderDetail_Extend
{
FinanceType
=
2
,
Final_Price
=
orderGoodsItem
.
Final_Price
,
Final_Price
=
orderGoodsItem
.
Final_Price
-
orderGoodsItem
.
DepositMoney
,
Number
=
1
,
FreightMoney
=
orderGoodsItem
.
FreightMoney
,
FreightMoney
=
orderGoodsItem
.
FreightMoney
-
orderGoodsItem
.
DepositFreightMoney
,
GoodsName
=
orderGoodsItem
.
GoodsName
,
OrderNo
=
orderGoodsItem
.
OrderNo
,
Id
=
orderGoodsItem
.
Id
,
...
...
@@ -337,9 +337,9 @@ and DATE_FORMAT(b.PaymentTime,'%y-%m-%d')<DATE_FORMAT('{endDate}','%y-%m-%d') A
var
newOrderGoods
=
new
RB_Goods_OrderDetail_Extend
{
FinanceType
=
3
,
Final_Price
=
orderGoodsItem
.
Final_Price
,
Final_Price
=
orderGoodsItem
.
Final_Price
-
orderGoodsItem
.
DepositMoney
,
Number
=
1
,
FreightMoney
=
orderGoodsItem
.
FreightMoney
,
FreightMoney
=
orderGoodsItem
.
FreightMoney
-
orderGoodsItem
.
DepositFreightMoney
,
GoodsName
=
orderGoodsItem
.
GoodsName
,
OrderNo
=
orderGoodsItem
.
OrderNo
,
Id
=
orderGoodsItem
.
Id
,
...
...
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