fix: SqlServer 下报表配置打开出错

This commit is contained in:
写意 2025-07-02 13:19:11 +08:00
parent b5dee3a41d
commit f9e30dfbe7

View File

@ -47,7 +47,7 @@ public class SysReportConfigService : IDynamicApiController, ITransient
{ {
GroupName = a.Name GroupName = a.Name
}, true) }, true)
.OrderBuilder(input) .OrderBuilder(input, "u.")
.ToPagedListAsync(input.Page, input.PageSize); .ToPagedListAsync(input.Page, input.PageSize);
} }