update 删除所有Xn前缀, 规范了所有分页参数和返回值
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Ewide.Core.Service
|
||||
(groupCode, u => EF.Functions.Like(u.Code, $"%{input.GroupCode.Trim()}%")))
|
||||
.Where(u => u.Status != CommonStatus.DELETED).OrderBy(u => u.GroupCode)
|
||||
.ToPageData(input);
|
||||
return XnPageResult<SysConfig>.PageResult(configs);
|
||||
return PageDataResult<SysConfig>.PageResult(configs);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user