mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-17 05:29:33 +08:00
optimize toChildList code
This commit is contained in:
parent
4972df453b
commit
4e16f45304
@ -2473,8 +2473,7 @@ namespace SqlSugar
|
|||||||
return finalList;
|
return finalList;
|
||||||
};
|
};
|
||||||
|
|
||||||
var result = new List<T>();
|
var result = fc(rootValue.ObjToString());
|
||||||
result = fc(rootValue.ObjToString());
|
|
||||||
|
|
||||||
if (isContainOneself)
|
if (isContainOneself)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user