Commit 2a3a72f9 by ruyun.zhang@suvalue.com

Merge remote-tracking branch 'origin/v2020morge' into custom_script

parents 48e76c05 a45a289e
......@@ -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