Commit 1be6d94b by lcx

运营分析取消程序中的排序

parent 8a5e2a7c
...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment