optimize toChildList code

This commit is contained in:
liuchao 2022-10-12 12:11:36 +08:00
parent f2d1ab3172
commit 4972df453b

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)
{