Commit b60e0c89 by Licx

科室字典返会数据新增allotid

parent 946d330c
...@@ -200,6 +200,7 @@ Deptdic GetDeptdic(List<per_dept_dic> dics, string department, string hISDeptNam ...@@ -200,6 +200,7 @@ Deptdic GetDeptdic(List<per_dept_dic> dics, string department, string hISDeptNam
.Select(t => new DeptdicResponse .Select(t => new DeptdicResponse
{ {
HospitalId = allot.HospitalId, HospitalId = allot.HospitalId,
AllotId = allot.ID,
HISDeptName = t.Key.HISDeptName, HISDeptName = t.Key.HISDeptName,
Department = t.Key.Department, Department = t.Key.Department,
OutDoctorAccounting = GetDeptdic(t.ToList(), t.Key.Department, t.Key.HISDeptName, UnitType.医生组, "门诊"), OutDoctorAccounting = GetDeptdic(t.ToList(), t.Key.Department, t.Key.HISDeptName, UnitType.医生组, "门诊"),
......
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