summary คิวรี่เครื่องราช
This commit is contained in:
parent
561ef617b6
commit
52ab6ee6f7
8 changed files with 208 additions and 8 deletions
|
|
@ -431,7 +431,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
|||
};
|
||||
if (RoleAdmin == true && result.RequestStatus != "st5")
|
||||
return Success(resend);
|
||||
if (RoleInsignia2 == true && (result.RequestStatus == "st1" || result.RequestStatus == "st2" || result.RequestStatus == "st3"))
|
||||
if (RoleInsignia2 == true && (result.RequestStatus == "st1" || result.RequestStatus == "st2"))
|
||||
return Success(resend);
|
||||
// var candidate = await _repository.GetInsigniaCandidateBKK(period, ocId);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue