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
1be6d94b
Commit
1be6d94b
authored
Nov 03, 2021
by
lcx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运营分析取消程序中的排序
parent
8a5e2a7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
performance/Performance.Services/ReportService.cs
+0
-5
No files found.
performance/Performance.Services/ReportService.cs
View file @
1be6d94b
...
@@ -432,11 +432,6 @@ public SheetExportResponse Operation(ReportRequest request)
...
@@ -432,11 +432,6 @@ public SheetExportResponse Operation(ReportRequest request)
{
{
sql
+=
" and accountingunit in @accountingunit"
;
sql
+=
" and accountingunit in @accountingunit"
;
}
}
sql
+=
@"
order by hospitalid, year,
field(left(sourcetype, 6), '收入', '支出', '费用分析', '业务指标', '效率指标', '人员绩效情况'),
field(left(category, 5), '收入结构', '门诊/住院', '核算收入', '住院部分', '门诊部分', '医生组', '护理组'),
itemname "
;
var
data
=
perforReportRepository
.
DapperQuery
<
view_operation_report_result
>(
sql
,
new
{
hospitalId
=
request
.
HospitalId
,
year
=
years
,
accountingunit
=
request
.
AccountingUnit
})?.
ToList
();
var
data
=
perforReportRepository
.
DapperQuery
<
view_operation_report_result
>(
sql
,
new
{
hospitalId
=
request
.
HospitalId
,
year
=
years
,
accountingunit
=
request
.
AccountingUnit
})?.
ToList
();
...
...
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