Uat_Study
he 2022-06-10 17:39:51 +08:00
parent 37108cd2b7
commit 5a732147ba
1 changed files with 4 additions and 1 deletions

View File

@ -221,7 +221,10 @@ namespace IRaCIS.Core.Application.Service
resultJsonStrList.Add(auditData?.JsonStr);
});
if (resultJsonStrList.Count() < 2)
{
resultJsonStrList.Add(String.Empty);
}
return resultJsonStrList;
}