😎修复获取租户库列表错误
This commit is contained in:
parent
e6744a97e8
commit
6d3e5440a7
@ -482,7 +482,7 @@ public class SysTenantService : IDynamicApiController, ITransient
|
||||
{
|
||||
var tenantDbList = await _sysTenantRep.AsQueryable().ClearFilter()
|
||||
.LeftJoin<SysOrg>((u, a) => u.OrgId == a.Id)
|
||||
.GroupBy(u => new { u.DbType, u.Connection })
|
||||
//.GroupBy(u => new { u.DbType, u.Connection })
|
||||
.Where(u => u.Status == StatusEnum.Enable)
|
||||
.OrderBy(u => u.ConfigId)
|
||||
.Select((u, a) => new DbOutput()
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "admin.net.pro",
|
||||
"type": "module",
|
||||
"version": "2.4.33",
|
||||
"lastBuildTime": "2025.08.05",
|
||||
"lastBuildTime": "2025.08.06",
|
||||
"description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
|
||||
"author": "zuohuaijun",
|
||||
"license": "MIT",
|
||||
@ -78,8 +78,8 @@
|
||||
"vue-router": "^4.5.1",
|
||||
"vue-signature-pad": "^3.0.2",
|
||||
"vue3-tree-org": "^4.2.2",
|
||||
"vxe-pc-ui": "^4.8.6",
|
||||
"vxe-table": "^4.15.2",
|
||||
"vxe-pc-ui": "^4.8.8",
|
||||
"vxe-table": "^4.15.3",
|
||||
"xe-utils": "^3.7.8",
|
||||
"xlsx-js-style": "^1.2.0"
|
||||
},
|
||||
@ -102,7 +102,7 @@
|
||||
"less": "^4.4.0",
|
||||
"prettier": "^3.6.2",
|
||||
"rollup-plugin-visualizer": "^6.0.3",
|
||||
"sass": "^1.89.2",
|
||||
"sass": "^1.90.0",
|
||||
"terser": "^5.43.1",
|
||||
"typescript": "^5.9.2",
|
||||
"vite": "^7.0.6",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user