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
84b17e38
Commit
84b17e38
authored
Sep 28, 2023
by
wyc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作分组
parent
0bb4d354
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
performance/Performance.Services/PersonService.cs
+3
-1
No files found.
performance/Performance.Services/PersonService.cs
View file @
84b17e38
...
@@ -853,7 +853,9 @@ public DeptWorkloadDetailResponse GetDeptWorkloadDetail(WorkDetailRequest reques
...
@@ -853,7 +853,9 @@ public DeptWorkloadDetailResponse GetDeptWorkloadDetail(WorkDetailRequest reques
var
category
=
"分类"
;
var
category
=
"分类"
;
var
value
=
item
.
SquadName
;
var
value
=
item
.
SquadName
;
if
(
item
.
PersonnelNumber
==
null
)
if
(
String
.
IsNullOrEmpty
(
item
.
PersonnelNumber
)
&&
String
.
IsNullOrEmpty
(
item
.
Department
)
&&
String
.
IsNullOrEmpty
(
item
.
DoctorName
)
)
{
{
value
+=
"小计"
;
value
+=
"小计"
;
}
}
...
...
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