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
27ba4d4f
Commit
27ba4d4f
authored
Aug 30, 2021
by
zhouminghui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
联动数据
parent
93d506ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
AccountingSubjectInput.cs
Bailun.DC.Models/WebApiModels/AccountingSubjectInput.cs
+1
-0
FinanceService.cs
Bailun.DC.Services/WebApiService/FinanceService.cs
+1
-1
No files found.
Bailun.DC.Models/WebApiModels/AccountingSubjectInput.cs
View file @
27ba4d4f
...
@@ -22,5 +22,6 @@ namespace Bailun.DC.Models.WebApiModels
...
@@ -22,5 +22,6 @@ namespace Bailun.DC.Models.WebApiModels
{
{
public
string
platform
{
get
;
set
;
}
public
string
platform
{
get
;
set
;
}
public
string
website
{
get
;
set
;
}
public
string
website
{
get
;
set
;
}
public
string
datatype
{
get
;
set
;
}
}
}
}
}
Bailun.DC.Services/WebApiService/FinanceService.cs
View file @
27ba4d4f
...
@@ -1254,7 +1254,7 @@ t1.exchange_rate AS ExchangeRate,t1.amountval_rmb AS AmountValRmb,t1.month AS Mo
...
@@ -1254,7 +1254,7 @@ t1.exchange_rate AS ExchangeRate,t1.amountval_rmb AS AmountValRmb,t1.month AS Mo
}
}
public
CommonApiResponseDto
<
AccountingSubjectOptionsData
>
GetOptionsData
()
public
CommonApiResponseDto
<
AccountingSubjectOptionsData
>
GetOptionsData
()
{
{
var
sql
=
"select platform,website from order_fee_col"
;
var
sql
=
"select platform,website
,datatype
from order_fee_col"
;
var
platformList
=
SimpleCRUD
.
Query
<
PlatformWithSite
>(
sql
,
null
,
GlobalConfig
.
ConnectionString_DW
).
ToList
();
var
platformList
=
SimpleCRUD
.
Query
<
PlatformWithSite
>(
sql
,
null
,
GlobalConfig
.
ConnectionString_DW
).
ToList
();
var
sqlcol
=
"select datacenter_col from order_fee_config group by datacenter_col"
;
var
sqlcol
=
"select datacenter_col from order_fee_config group by datacenter_col"
;
...
...
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