Commit a45a289e by lcx

新建绩效时复制人员工号

parent 4b80af9e
......@@ -26,6 +26,7 @@ public class PersonService : IAutoInjection
private readonly PerforRoleRepository perforRoleRepository;
private readonly PerforAgsecondallotRepository agsecondallotRepository;
private readonly Application application;
private readonly Dictionary<string, (string, string)> dict = new Dictionary<string, (string, string)>
{
{ nameof(DeptdicResponse.OutDoctorAccounting), (UnitType.医生组.ToString(), "门诊") },
......@@ -93,6 +94,7 @@ public void CreateAllotPersons(int hospitalId, int allotId, int prevAllotId = -1
Department = t.Department,
DoctorName = t.DoctorName,
PersonnelNumber = t.PersonnelNumber,
JobNumber = t.JobNumber,
JobCategory = t.JobCategory,
Duty = t.Duty,
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