Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
performance
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zry
performance
Commits
89505b3c
Commit
89505b3c
authored
Dec 30, 2021
by
纪旭 韦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改忘记改的参数
parent
e39fcd7b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
performance/Performance.Api/Controllers/ReportController.cs
+3
-3
No files found.
performance/Performance.Api/Controllers/ReportController.cs
View file @
89505b3c
...
...
@@ -522,7 +522,7 @@ public IActionResult WholeHospitalAccountingGrantSummaryDownload([FromBody] Hosp
headlist
.
Add
(
item
.
ToLower
());
}
var
filepath
=
downloadService
.
AllComputerViewReportByDate
(
request
.
HospitalId
,
list
,
"/report/wholehospital_accounting_grant_summary"
,
"全院绩效发放"
,
bdate
,
edate
.
AddMonths
(
1
),
headlist
.
ToArray
());
var
filepath
=
downloadService
.
AllComputerViewReportByDate
(
request
.
HospitalId
,
list
,
"/report/wholehospital_accounting_grant_summary"
,
"全院
核算
绩效发放"
,
bdate
,
edate
.
AddMonths
(
1
),
headlist
.
ToArray
());
var
memoryStream
=
new
MemoryStream
();
using
(
var
stream
=
new
FileStream
(
filepath
,
FileMode
.
Open
))
...
...
@@ -641,7 +641,7 @@ public IActionResult WholeHospitalFinanceGrantSummaryDownload([FromBody] Hospita
throw
new
PerformanceException
(
"请输入正确的时间"
);
var
(
a
,
list
)
=
_computeService
.
GetAllComputeViewByDateAndTotal
(
"view_allot_sign_
dept
"
,
bdate
,
edate
.
AddMonths
(
1
),
request
.
GroupBy
,
request
.
SumBy
);
var
(
a
,
list
)
=
_computeService
.
GetAllComputeViewByDateAndTotal
(
"view_allot_sign_
emp_finance
"
,
bdate
,
edate
.
AddMonths
(
1
),
request
.
GroupBy
,
request
.
SumBy
);
if
(
null
==
list
)
throw
new
PerformanceException
(
"当前绩效记录不存在"
);
...
...
@@ -652,7 +652,7 @@ public IActionResult WholeHospitalFinanceGrantSummaryDownload([FromBody] Hospita
headlist
.
Add
(
item
.
ToLower
());
}
var
filepath
=
downloadService
.
AllComputerViewReportByDate
(
request
.
HospitalId
,
list
,
"/report/wholehospital_finance_grant
"
,
"
全院绩效发放"
,
bdate
,
edate
.
AddMonths
(
1
),
headlist
.
ToArray
());
var
filepath
=
downloadService
.
AllComputerViewReportByDate
(
request
.
HospitalId
,
list
,
"/report/wholehospital_finance_grant
_summary"
,
"财务
全院绩效发放"
,
bdate
,
edate
.
AddMonths
(
1
),
headlist
.
ToArray
());
var
memoryStream
=
new
MemoryStream
();
using
(
var
stream
=
new
FileStream
(
filepath
,
FileMode
.
Open
))
...
...
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