This commit is contained in:
he
2022-06-10 17:39:51 +08:00
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;
}