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
c37dbf8f
Commit
c37dbf8f
authored
Apr 30, 2021
by
钟博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改行政中层管理绩效问题
parent
88d2bab9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
performance/Performance.Services/ComputeService.cs
+4
-4
No files found.
performance/Performance.Services/ComputeService.cs
View file @
c37dbf8f
...
...
@@ -1595,11 +1595,11 @@ public DeptDataDetails GetDoctorDetail(int computeId)
Pandect
=
new
PerDataAccountBaisc
{
BasicFactor
=
employee
?.
Basics
??
0
,
//基础绩效系数
Effic
=
employee
.
Efficiency
??
0
,
//效率绩效系数
Scale
=
employee
.
Scale
??
0
,
//规模绩效系数
Management
=
employee
.
Management
,
//管理绩效发放系数
Effic
=
employee
?
.
Efficiency
??
0
,
//效率绩效系数
Scale
=
employee
?
.
Scale
??
0
,
//规模绩效系数
Management
=
employee
?.
Management
??
0
,
//管理绩效发放系数
AdjustFactor
=
employee
?.
Adjust
??
1
,
//调节系数
AdjustLaterOtherFee
=
employee
.
AdjustLaterOtherFee
,
//调节后其他绩效
AdjustLaterOtherFee
=
employee
?.
AdjustLaterOtherFee
??
0
,
//调节后其他绩效
AccountingUnit
=
resCompute
.
AccountingUnit
,
EmployeeName
=
resCompute
.
EmployeeName
,
...
...
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