Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DataCenter_Core2.1_20190520
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bltdc
DataCenter_Core2.1_20190520
Commits
a453fdc1
Commit
a453fdc1
authored
Sep 22, 2021
by
zhouminghui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
6f5cac08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
FinanceService.cs
Bailun.DC.Services/WebApiService/FinanceService.cs
+3
-3
No files found.
Bailun.DC.Services/WebApiService/FinanceService.cs
View file @
a453fdc1
...
@@ -870,7 +870,7 @@ or (is_lend=2 and cost_form=1)) and pay_time>= @start and pay_time< @end ");
...
@@ -870,7 +870,7 @@ or (is_lend=2 and cost_form=1)) and pay_time>= @start and pay_time< @end ");
{
{
data
=
data
.
Select
(
x
=>
data
=
data
.
Select
(
x
=>
{
{
if
(
x
.
platform_type
.
ToLower
()
==
"wi
hs
"
)
if
(
x
.
platform_type
.
ToLower
()
==
"wi
sh
"
)
{
{
x
.
original_amount
=
Math
.
Abs
(
x
.
original_amount
)
*
-
1
;
x
.
original_amount
=
Math
.
Abs
(
x
.
original_amount
)
*
-
1
;
x
.
total_amount_sales
=
Math
.
Abs
(
x
.
total_amount_sales
)
*
-
1
;
x
.
total_amount_sales
=
Math
.
Abs
(
x
.
total_amount_sales
)
*
-
1
;
...
@@ -1005,7 +1005,7 @@ ON s2.id = s1.order_fee_config_id WHERE s1.month = @month ");
...
@@ -1005,7 +1005,7 @@ ON s2.id = s1.order_fee_config_id WHERE s1.month = @month ");
{
{
data
=
data
.
Select
(
x
=>
data
=
data
.
Select
(
x
=>
{
{
if
(
x
.
PlatForm
.
ToLower
()
==
"wi
hs
"
)
if
(
x
.
PlatForm
.
ToLower
()
==
"wi
sh
"
)
{
{
x
.
AmountVal
=
Math
.
Abs
(
x
.
AmountVal
.
Value
)
*
-
1
;
x
.
AmountVal
=
Math
.
Abs
(
x
.
AmountVal
.
Value
)
*
-
1
;
x
.
AmountValRmb
=
Math
.
Abs
(
x
.
AmountValRmb
.
Value
)
*
-
1
;
x
.
AmountValRmb
=
Math
.
Abs
(
x
.
AmountValRmb
.
Value
)
*
-
1
;
...
@@ -1069,7 +1069,7 @@ AND s2.datacenter_col like '%{input.FeeName}' group by s2.platform,s1.website ";
...
@@ -1069,7 +1069,7 @@ AND s2.datacenter_col like '%{input.FeeName}' group by s2.platform,s1.website ";
{
{
data
=
data
.
Select
(
x
=>
data
=
data
.
Select
(
x
=>
{
{
if
(
x
.
platform
.
ToLower
()
==
"wi
hs
"
)
if
(
x
.
platform
.
ToLower
()
==
"wi
sh
"
)
{
{
x
.
total
=
Math
.
Abs
(
x
.
total
)
*
-
1
;
x
.
total
=
Math
.
Abs
(
x
.
total
)
*
-
1
;
}
}
...
...
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