增加分组

This commit is contained in:
wintel
2023-09-20 22:23:35 +08:00
parent 396525b266
commit b1400d8f89
3 changed files with 13 additions and 2 deletions

View File

@@ -91,7 +91,8 @@ namespace OpenAuth.App
{
Name = obj.Name,
SourceSql = obj.SourceSql,
PlanContent = obj.PlanContent
PlanContent = obj.PlanContent,
GroupBy = obj.GroupBy
},u => u.Id == obj.Id);
}