修改重阅稽查
parent
c88d927c4b
commit
a234e0746d
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue