修改重阅稽查

Uat_Study
hang 2023-11-21 14:51:00 +08:00
parent c88d927c4b
commit a234e0746d
1 changed files with 2 additions and 2 deletions

View File

@ -2111,12 +2111,12 @@ namespace IRaCIS.Core.Infra.EFCore.Common
if (entity.RequestReReadingResultEnum == RequestReReadingResult.Agree)
{
extraIdentification = "/" + 1;
extraIdentification = extraIdentification+"/" + 1;
}
else if (entity.RequestReReadingResultEnum == RequestReReadingResult.Reject)
{
extraIdentification = "/" + 2;
extraIdentification = extraIdentification+ "/" + 2;
}
break;
}