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
f941ce08
Commit
f941ce08
authored
Jul 02, 2021
by
lcx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
二次绩效获取工作量条件修改、二次工作量抽取category、source赋值修改
parent
7198cd26
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
performance/Performance.Repository/PerforPerAllotRepository.cs
+1
-1
performance/Performance.Services/ExtractExcelService/DictionaryService.cs
+2
-2
No files found.
performance/Performance.Repository/PerforPerAllotRepository.cs
View file @
f941ce08
...
...
@@ -188,7 +188,7 @@ public IEnumerable<report_original_workload> QueryWorkloadData(int allotid, stri
WHERE t1.allotid = @allotid
AND t3.unittype in @unittypes
AND t3.accountingunit = @accountingunit
AND
t1.Source LIKE CONCAT('%',@unittype,'工作量%
')
AND
(t1.Source LIKE CONCAT('%',@unittype,'工作量%') OR t1.Source = '通用工作量
')
AND T1.IsDelete = 0
GROUP BY ifnull(t1.DoctorName, '未知'),t1.PersonnelNumber,t1.Category
ORDER BY t1.doctorname,t1.Category;"
;
...
...
performance/Performance.Services/ExtractExcelService/DictionaryService.cs
View file @
f941ce08
...
...
@@ -183,11 +183,11 @@ private void ExResult(per_allot allot, sys_hospitalconfig config, string sql, st
var
result
=
data
.
Select
(
t
=>
new
ex_result
{
Department
=
t
.
Department
,
Category
=
t
.
Category
?.
Trim
()
,
Category
=
enmae
,
Fee
=
t
.
Value
,
DoctorName
=
t
.
DoctorName
,
PersonnelNumber
=
t
.
PersonnelNumber
,
Source
=
enmae
,
Source
=
"通用工作量"
,
DatabaseType
=
config
.
DataBaseType
,
ConfigId
=
config
.
Id
,
AllotId
=
allot
.
ID
,
...
...
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