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
c196b382
Commit
c196b382
authored
Aug 12, 2021
by
zhouminghui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退货信息切换读写库
parent
31d79246
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
FinanceService.cs
Bailun.DC.Services/WebApiService/FinanceService.cs
+2
-2
No files found.
Bailun.DC.Services/WebApiService/FinanceService.cs
View file @
c196b382
...
@@ -827,7 +827,7 @@ ON s2.id = s1.order_fee_config_id WHERE s1.amountval != 0 AND s1.month = '{input
...
@@ -827,7 +827,7 @@ ON s2.id = s1.order_fee_config_id WHERE s1.amountval != 0 AND s1.month = '{input
{
{
var
sql
=
BuildMonthProfitFeeReFundDetailSql
(
input
,
false
,
false
);
var
sql
=
BuildMonthProfitFeeReFundDetailSql
(
input
,
false
,
false
);
var
result
=
new
PageResult
<
List
<
MonthReFundDto
>>();
var
result
=
new
PageResult
<
List
<
MonthReFundDto
>>();
using
(
var
cn
=
new
MySqlConnection
(
Common
.
GlobalConfig
.
ConnectionString
_read
))
using
(
var
cn
=
new
MySqlConnection
(
Common
.
GlobalConfig
.
ConnectionString
))
{
{
if
(
cn
.
State
==
System
.
Data
.
ConnectionState
.
Closed
)
if
(
cn
.
State
==
System
.
Data
.
ConnectionState
.
Closed
)
{
{
...
@@ -859,7 +859,7 @@ ON s2.id = s1.order_fee_config_id WHERE s1.amountval != 0 AND s1.month = '{input
...
@@ -859,7 +859,7 @@ ON s2.id = s1.order_fee_config_id WHERE s1.amountval != 0 AND s1.month = '{input
public
CommonApiResponseDto
<
List
<
MonthReFundSummary
>>
GetMonthProfitPlatformPlatformSummary
(
GetMonthProfitPlatformDetailInput
input
)
public
CommonApiResponseDto
<
List
<
MonthReFundSummary
>>
GetMonthProfitPlatformPlatformSummary
(
GetMonthProfitPlatformDetailInput
input
)
{
{
var
sql
=
BuildMonthProfitFeeReFundDetailSql
(
input
,
false
,
false
,
true
);
var
sql
=
BuildMonthProfitFeeReFundDetailSql
(
input
,
false
,
false
,
true
);
var
data
=
SimpleCRUD
.
Query
<
MonthReFundSummary
>(
sql
,
null
,
GlobalConfig
.
ConnectionString
_read
).
ToList
();
var
data
=
SimpleCRUD
.
Query
<
MonthReFundSummary
>(
sql
,
null
,
GlobalConfig
.
ConnectionString
).
ToList
();
return
new
CommonApiResponseDto
<
List
<
MonthReFundSummary
>>
return
new
CommonApiResponseDto
<
List
<
MonthReFundSummary
>>
{
{
Data
=
data
.
Select
(
x
=>
new
MonthReFundSummary
Data
=
data
.
Select
(
x
=>
new
MonthReFundSummary
...
...
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