修改添加

This commit is contained in:
he
2022-04-13 15:39:36 +08:00
parent 7362c60702
commit 2f3a67ba17
2 changed files with 1 additions and 5 deletions
@@ -372,10 +372,6 @@ namespace IRaCIS.Core.Application.Service.Inspection
if (value.GetType() == typeof(JArray))
{
JArray arrays = (JArray)value;
if (item.Type.ToLower() == "id".ToLower())
{
List<Guid> guids = new List<Guid>();