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
89216bde
Commit
89216bde
authored
Mar 24, 2021
by
ruyun.zhang@suvalue.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
全院发放表一次分配管理绩效BUG修复
parent
3e0adcc5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
performance/Performance.Api/wwwroot/Performance.DtoModels.xml
+1
-1
performance/Performance.DtoModels/PerExcel/PerDataAccountBaisc.cs
+1
-1
performance/Performance.Services/ComputeService.cs
+1
-1
No files found.
performance/Performance.Api/wwwroot/Performance.DtoModels.xml
View file @
89216bde
...
...
@@ -963,7 +963,7 @@
</member>
<member
name=
"P:Performance.DtoModels.PerDataAccountBaisc.BasicFactor"
>
<summary>
医生基础系数
预算比例
</summary>
</member>
<member
name=
"P:Performance.DtoModels.PerDataAccountBaisc.AssessBeforeOtherFee"
>
...
...
performance/Performance.DtoModels/PerExcel/PerDataAccountBaisc.cs
View file @
89216bde
...
...
@@ -54,7 +54,7 @@ public class PerDataAccountBaisc : IPerData
public
decimal
Number
{
get
;
set
;
}
/// <summary>
///
医生基础系数
///
预算比例
/// </summary>
public
decimal
BasicFactor
{
get
;
set
;
}
...
...
performance/Performance.Services/ComputeService.cs
View file @
89216bde
...
...
@@ -780,7 +780,7 @@ private List<ComputeResponse> GetAllotPerformance(int allotId, int hospitalId, i
//// 业务中层人员信息
//var empolyeeList = _perforImemployeeclinicRepository.GetEntities(t => t.AllotID == allotId);
// 一次绩效 获取特定人员绩效结果
var
allot
=
_perforRescomputeRepository
.
GetEntities
(
t
=>
t
.
AllotID
==
allotId
&&
mTypes
.
Contains
(
t
.
AccountType
)
&&
t
.
NeedSecondAllot
==
"否"
)?.
OrderByDescending
(
t
=>
t
.
AccountingUnit
);
var
allot
=
_perforRescomputeRepository
.
GetEntities
(
t
=>
t
.
AllotID
==
allotId
&&
mTypes
.
Contains
(
t
.
AccountType
)
&&
(
string
.
IsNullOrEmpty
(
t
.
NeedSecondAllot
)
||
t
.
NeedSecondAllot
==
"否"
)
)?.
OrderByDescending
(
t
=>
t
.
AccountingUnit
);
//var apramounts = perapramountRepository.GetEntities(t => t.AllotId == allotId);
return
allot
?.
Select
(
t
=>
...
...
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