修改bug
parent
5d6b28c388
commit
bc7a94381c
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue