修改
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
he 2025-05-07 10:25:56 +08:00
parent 276ad83080
commit 685269eebf
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public class ImageConsumer(
scenario = EmailBusinessScenario.ImageReUpload_PMApprovalRe_Uploading; // 66
if (context.Message.ApplyUserRole == ImageBackApplyEnum.IQCRequestBack)
{
userTypes = new List<UserTypeEnum>() { UserTypeEnum.IQC };
userTypes = new List<UserTypeEnum>() { UserTypeEnum.IQC, UserTypeEnum.ClinicalResearchCoordinator };
}
else if (context.Message.ApplyUserRole == ImageBackApplyEnum.CRCRequestBack)
{