summary คิวรี่เครื่องราช

This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2023-09-05 19:44:44 +07:00
parent 561ef617b6
commit 52ab6ee6f7
8 changed files with 208 additions and 8 deletions

View file

@ -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);