导表查询问题解决
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-10-25 13:34:11 +08:00
parent 787081a485
commit 8329362c33
1 changed files with 1 additions and 1 deletions

View File

@ -2262,7 +2262,7 @@ namespace IRaCIS.Core.Application.Service.Common
JudgeAgreeCount = g.Where(t => t.JudgeVisitTaskId != null && t.JudgeVisitTask.JudgeResultTaskId == t.Id).Count(),
});
}).ToList();
exportInfo.List = ExportExcelConverterDate.ConvertToClientTimeInObject(doctorList, _userInfo.TimeZoneId);