คอมเม้นคำนวนเครื่องราช
This commit is contained in:
parent
164117ef3d
commit
82d0a99b2d
1 changed files with 5 additions and 5 deletions
|
|
@ -4612,7 +4612,7 @@ namespace BMA.EHR.Application.Repositories
|
||||||
var type3_level11 = await GetInsigniaCandidate_Type3_Level11(periodId, ocId);
|
var type3_level11 = await GetInsigniaCandidate_Type3_Level11(periodId, ocId);
|
||||||
var type4_level10 = await GetInsigniaCandidate_Type4_Level10(periodId, ocId);
|
var type4_level10 = await GetInsigniaCandidate_Type4_Level10(periodId, ocId);
|
||||||
var type4_level11 = await GetInsigniaCandidate_Type4_Level11(periodId, ocId);
|
var type4_level11 = await GetInsigniaCandidate_Type4_Level11(periodId, ocId);
|
||||||
var type_coin = await GetInsigniaCandidate(periodId, ocId);
|
// var type_coin = await GetInsigniaCandidate(periodId, ocId);
|
||||||
|
|
||||||
// union result
|
// union result
|
||||||
foreach (var r in type4_level11)
|
foreach (var r in type4_level11)
|
||||||
|
|
@ -4699,10 +4699,10 @@ namespace BMA.EHR.Application.Repositories
|
||||||
if (old == null)
|
if (old == null)
|
||||||
result_candidate.Add(r);
|
result_candidate.Add(r);
|
||||||
}
|
}
|
||||||
foreach (var r in type_coin)
|
// foreach (var r in type_coin)
|
||||||
{
|
// {
|
||||||
result_candidate.Add(r);
|
// result_candidate.Add(r);
|
||||||
}
|
// }
|
||||||
|
|
||||||
return result_candidate.OrderBy(x => x.Seq).ThenBy(x => x.Gender).ThenBy(x => x.ProfileId).ToList();
|
return result_candidate.OrderBy(x => x.Seq).ThenBy(x => x.Gender).ThenBy(x => x.ProfileId).ToList();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue