Uat_Study
parent
37108cd2b7
commit
5a732147ba
|
@ -221,7 +221,10 @@ namespace IRaCIS.Core.Application.Service
|
|||
resultJsonStrList.Add(auditData?.JsonStr);
|
||||
});
|
||||
|
||||
|
||||
if (resultJsonStrList.Count() < 2)
|
||||
{
|
||||
resultJsonStrList.Add(String.Empty);
|
||||
}
|
||||
return resultJsonStrList;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue