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