修改bug

Uat_Study
hang 2022-09-14 10:42:07 +08:00
parent 5d6b28c388
commit bc7a94381c
1 changed files with 8 additions and 8 deletions

View File

@ -2099,15 +2099,15 @@ namespace IRaCIS.Core.Infra.EFCore.Common
}
if (visitTask.ReReadingApplyState == ReReadingApplyState.Agree)
{
type = type + "/" + 1;
//if (visitTask.ReReadingApplyState == ReReadingApplyState.Agree)
//{
// type = type + "/" + 1;
}
else if (visitTask.ReReadingApplyState == ReReadingApplyState.Reject)
{
type = type + "/" + 2;
}
//}
//else if (visitTask.ReReadingApplyState == ReReadingApplyState.Reject)
//{
// type = type + "/" + 2;
//}
break;