เพิ่มexcelผู้พิการ

This commit is contained in:
Kittapath 2023-05-02 14:36:27 +07:00
parent a95a36e454
commit 4b7715cc8a
5 changed files with 94 additions and 8 deletions

View file

@ -650,9 +650,9 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
PositionExam = position,
CreatedAt = DateTime.Now,
CreatedUserId = UserId ?? "",
CreatedFullName = FullName ?? "",
LastUpdatedAt = DateTime.Now,
LastUpdateUserId = UserId ?? "",
CreatedFullName = FullName ?? "",
LastUpdateFullName = FullName ?? "",
UserId = UserId ?? "",
};