修改重阅稽查
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3b9c87c172
commit
4ebe354caa
|
@ -2308,12 +2308,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