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