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
92309768
Commit
92309768
authored
Nov 16, 2021
by
DESKTOP-732ATD8\BLT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改功能:付现流水明细取数字段"付款理由"调整
parent
db2bab6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
FinanceService.cs
Bailun.DC.Services/WebApiService/FinanceService.cs
+18
-1
No files found.
Bailun.DC.Services/WebApiService/FinanceService.cs
View file @
92309768
...
@@ -154,7 +154,24 @@ namespace Bailun.DC.Services.WebApiService
...
@@ -154,7 +154,24 @@ namespace Bailun.DC.Services.WebApiService
{
{
parameters
=
new
DynamicParameters
();
parameters
=
new
DynamicParameters
();
StringBuilder
sqlText
=
new
StringBuilder
();
StringBuilder
sqlText
=
new
StringBuilder
();
sqlText
.
Append
(
@"SELECT t1.* FROM dc_base_finance_fee AS t1
sqlText
.
Append
(
@"SELECT
t1.cost_no
,t1.company_name
,t1.type_name
,t1.amount
,t1.amount_rmb
,IFNULL(t1.cost_reason,t1.cost_remark) as cost_reason
,t1.kind_name
,t1.bank_card_user
,t1.bank_company
,t1.accounting_subject_name
,t1.audit_time
,t1.pay_time
,t1.last_modify_date
,t1.department_name
,t1.create_username
,t1.create_time
FROM dc_base_finance_fee AS t1
INNER JOIN dc_base_finance_company AS t2 ON t2.company_name = t1.company_name
INNER JOIN dc_base_finance_company AS t2 ON t2.company_name = t1.company_name
WHERE t1.cost_status = 4
WHERE t1.cost_status = 4
AND (t1.is_lend IS NULL OR t1.is_lend = 1
AND (t1.is_lend IS NULL OR t1.is_lend = 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