เช็คซ้ำ
This commit is contained in:
parent
13ad60d2e3
commit
90e86925ed
1 changed files with 2 additions and 2 deletions
|
|
@ -196,8 +196,8 @@ namespace BMA.EHR.Recruit.Service.Services
|
||||||
|
|
||||||
var _placement = await _contextMetadata.Placements.AsQueryable()
|
var _placement = await _contextMetadata.Placements.AsQueryable()
|
||||||
.FirstOrDefaultAsync(x => x.PlacementType.Name == "สอบแข่งขัน" && x.RefId == recruitImport.Id);
|
.FirstOrDefaultAsync(x => x.PlacementType.Name == "สอบแข่งขัน" && x.RefId == recruitImport.Id);
|
||||||
// if (_placement != null)
|
if (_placement != null)
|
||||||
// throw new Exception("รอบการสอบนี้ได้ทำการบรรจุไปแล้ว");
|
throw new Exception("รอบการสอบนี้ได้ทำการบรรจุไปแล้ว");
|
||||||
|
|
||||||
// 🚀 Pre-load all lookup data once
|
// 🚀 Pre-load all lookup data once
|
||||||
var placementTypesCache = await _contextMetadata.PlacementTypes.ToListAsync();
|
var placementTypesCache = await _contextMetadata.PlacementTypes.ToListAsync();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue