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
a45a289e
Commit
a45a289e
authored
Dec 04, 2020
by
lcx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新建绩效时复制人员工号
parent
4b80af9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
performance/Performance.Services/PersonService.cs
+2
-0
No files found.
performance/Performance.Services/PersonService.cs
View file @
a45a289e
...
@@ -26,6 +26,7 @@ public class PersonService : IAutoInjection
...
@@ -26,6 +26,7 @@ public class PersonService : IAutoInjection
private
readonly
PerforRoleRepository
perforRoleRepository
;
private
readonly
PerforRoleRepository
perforRoleRepository
;
private
readonly
PerforAgsecondallotRepository
agsecondallotRepository
;
private
readonly
PerforAgsecondallotRepository
agsecondallotRepository
;
private
readonly
Application
application
;
private
readonly
Application
application
;
private
readonly
Dictionary
<
string
,
(
string
,
string
)>
dict
=
new
Dictionary
<
string
,
(
string
,
string
)>
private
readonly
Dictionary
<
string
,
(
string
,
string
)>
dict
=
new
Dictionary
<
string
,
(
string
,
string
)>
{
{
{
nameof
(
DeptdicResponse
.
OutDoctorAccounting
),
(
UnitType
.
医生组
.
ToString
(),
"门诊"
)
},
{
nameof
(
DeptdicResponse
.
OutDoctorAccounting
),
(
UnitType
.
医生组
.
ToString
(),
"门诊"
)
},
...
@@ -93,6 +94,7 @@ public void CreateAllotPersons(int hospitalId, int allotId, int prevAllotId = -1
...
@@ -93,6 +94,7 @@ public void CreateAllotPersons(int hospitalId, int allotId, int prevAllotId = -1
Department
=
t
.
Department
,
Department
=
t
.
Department
,
DoctorName
=
t
.
DoctorName
,
DoctorName
=
t
.
DoctorName
,
PersonnelNumber
=
t
.
PersonnelNumber
,
PersonnelNumber
=
t
.
PersonnelNumber
,
JobNumber
=
t
.
JobNumber
,
JobCategory
=
t
.
JobCategory
,
JobCategory
=
t
.
JobCategory
,
Duty
=
t
.
Duty
,
Duty
=
t
.
Duty
,
JobTitle
=
t
.
JobTitle
,
JobTitle
=
t
.
JobTitle
,
...
...
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