api ขอโอน (admin) เพิ่มบันทึกฟิลล์ "ขอโอนตั้งแต่วันที่" #2196
All checks were successful
Build & Deploy Placement Service / build (push) Successful in 1m23s

This commit is contained in:
harid 2026-01-20 09:54:15 +07:00
parent 9442d3b29f
commit 60602d99c4

View file

@ -699,6 +699,7 @@ namespace BMA.EHR.Placement.Service.Controllers
Organization = req.Organization,
Reason = req.Reason,
Status = "APPROVE",
Date = req.Date,
CreatedFullName = FullName ?? "System Administrator",
CreatedUserId = UserId ?? "",
CreatedAt = DateTime.Now,