Compare commits

...

2 commits

Author SHA1 Message Date
Suphonchai Phoonsawat
b0ae4863a9 Merge branch 'dev' into working
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m57s
2026-07-09 16:42:47 +07:00
Suphonchai Phoonsawat
775d42d293 fix #2595 2026-07-09 16:42:14 +07:00

View file

@ -2149,6 +2149,7 @@ namespace BMA.EHR.Leave.Service.Controllers
};
_appDbContext.Set<Notification>().Add(noti1);
}
await _appDbContext.SaveChangesAsync();
// Get Officer List
var officers = await _userProfileRepository.GetOCStaffAsync(profile.Id, AccessToken);