fix: SqlServer 下报表配置打开出错
This commit is contained in:
parent
b5dee3a41d
commit
f9e30dfbe7
@ -47,7 +47,7 @@ public class SysReportConfigService : IDynamicApiController, ITransient
|
||||
{
|
||||
GroupName = a.Name
|
||||
}, true)
|
||||
.OrderBuilder(input)
|
||||
.OrderBuilder(input, "u.")
|
||||
.ToPagedListAsync(input.Page, input.PageSize);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user