fix #2595
This commit is contained in:
parent
43740ec9b2
commit
775d42d293
1 changed files with 1 additions and 0 deletions
|
|
@ -2149,6 +2149,7 @@ namespace BMA.EHR.Leave.Service.Controllers
|
||||||
};
|
};
|
||||||
_appDbContext.Set<Notification>().Add(noti1);
|
_appDbContext.Set<Notification>().Add(noti1);
|
||||||
}
|
}
|
||||||
|
await _appDbContext.SaveChangesAsync();
|
||||||
|
|
||||||
// Get Officer List
|
// Get Officer List
|
||||||
var officers = await _userProfileRepository.GetOCStaffAsync(profile.Id, AccessToken);
|
var officers = await _userProfileRepository.GetOCStaffAsync(profile.Id, AccessToken);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue