optimize toChildList code

This commit is contained in:
liuchao 2022-10-12 12:13:44 +08:00
parent 4972df453b
commit 4e16f45304

View File

@ -2473,8 +2473,7 @@ namespace SqlSugar
return finalList;
};
var result = new List<T>();
result = fc(rootValue.ObjToString());
var result = fc(rootValue.ObjToString());
if (isContainOneself)
{