Commit ef40867f by lcx

取消显示人员字典his工号

parent eaad8f37
......@@ -550,7 +550,7 @@ public List<ag_othersource> GetOtherTempDetails(int userId, int secondId, int is
result = employees.Select(t => new ag_othersource
{
SecondId = secondId,
WorkNumber = t.JobNumber ?? t.PersonnelNumber,
WorkNumber = t.JobNumber /*?? t.PersonnelNumber*/,
Name = t.DoctorName,
Department = t.Department,
WorkPost = 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