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
6bd61862
Commit
6bd61862
authored
Jun 01, 2023
by
ruyun.zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个人岗位系数错误修复
parent
99a0d356
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
performance/Performance.Services/ComputeService.UniteDeptDetail.cs
+1
-0
No files found.
performance/Performance.Services/ComputeService.UniteDeptDetail.cs
View file @
6bd61862
...
@@ -103,6 +103,7 @@ public UniteDeptDetailResponse UniteDeptDetail(int allotId, UnitType unitType, s
...
@@ -103,6 +103,7 @@ public UniteDeptDetailResponse UniteDeptDetail(int allotId, UnitType unitType, s
}
}
var
amount
=
post
.
FirstOrDefault
(
w
=>
w
.
IsTotal
==
1
)?.
CellValue
??
0
;
var
amount
=
post
.
FirstOrDefault
(
w
=>
w
.
IsTotal
==
1
)?.
CellValue
??
0
;
row
.
AddOrUpdate
(
"合计"
,
ValueFormating
(
amount
,
""
),
ValueFormating
(
amount
,
""
));
row
.
AddOrUpdate
(
"合计"
,
ValueFormating
(
amount
,
""
),
ValueFormating
(
amount
,
""
));
items
.
Add
(
row
);
}
}
detailItems
.
Add
(
new
DeptDetailItem
{
Title
=
"岗位系数"
,
Total
=
0
,
Items
=
items
});
detailItems
.
Add
(
new
DeptDetailItem
{
Title
=
"岗位系数"
,
Total
=
0
,
Items
=
items
});
}
}
...
...
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