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
0099c68a
Commit
0099c68a
authored
Sep 26, 2021
by
ruyun.zhang@suvalue.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
全院科室发放表 新增 医院奖罚显示
parent
f74b3482
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
performance/Performance.Services/ComputeService.cs
+2
-2
performance/Performance.Services/SecondAllotService.cs
+0
-1
No files found.
performance/Performance.Services/ComputeService.cs
View file @
0099c68a
...
@@ -595,10 +595,10 @@ public List<DeptResponse> GetAdminPerformance(int allotId)
...
@@ -595,10 +595,10 @@ public List<DeptResponse> GetAdminPerformance(int allotId)
AssessBeforeOtherFee
=
0
,
AssessBeforeOtherFee
=
0
,
PerforTotal
=
t
.
Sum
(
w
=>
w
.
PerforTotal
),
PerforTotal
=
t
.
Sum
(
w
=>
w
.
PerforTotal
),
ScoringAverage
=
1
,
ScoringAverage
=
1
,
Extra
=
0
,
Extra
=
t
.
Sum
(
w
=>
w
.
Punishment
)
,
MedicineExtra
=
0
,
MedicineExtra
=
0
,
MaterialsExtra
=
0
,
MaterialsExtra
=
0
,
AssessLaterOtherFee
=
0
,
AssessLaterOtherFee
=
t
.
Sum
(
w
=>
w
.
AssessLaterOtherFee
)
,
AssessLaterPerforTotal
=
t
.
Sum
(
w
=>
Math
.
Round
(
w
.
GiveFee
??
0
,
MidpointRounding
.
AwayFromZero
)),
AssessLaterPerforTotal
=
t
.
Sum
(
w
=>
Math
.
Round
(
w
.
GiveFee
??
0
,
MidpointRounding
.
AwayFromZero
)),
AdjustFactor
=
t
.
FirstOrDefault
()?.
Adjust
??
1
,
AdjustFactor
=
t
.
FirstOrDefault
()?.
Adjust
??
1
,
AdjustLaterOtherFee
=
t
.
Sum
(
w
=>
w
.
AdjustLaterOtherFee
),
AdjustLaterOtherFee
=
t
.
Sum
(
w
=>
w
.
AdjustLaterOtherFee
),
...
...
performance/Performance.Services/SecondAllotService.cs
View file @
0099c68a
...
@@ -1826,7 +1826,6 @@ public bool NursingDeptAudit(int userId, SecondAuditRequest request)
...
@@ -1826,7 +1826,6 @@ public bool NursingDeptAudit(int userId, SecondAuditRequest request)
}
}
else
else
{
{
second
.
UseTempId
=
null
;
second
.
NursingDeptStatus
=
4
;
second
.
NursingDeptStatus
=
4
;
second
.
NursingDeptRemark
=
$"
{
request
.
Remark
}
"
;
second
.
NursingDeptRemark
=
$"
{
request
.
Remark
}
"
;
}
}
...
...
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