Commit a45a289e by lcx

新建绩效时复制人员工号

parent 4b80af9e
...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment