update:循环引用了 先去掉

This commit is contained in:
2021-06-29 10:29:53 +08:00
parent 097b2bb9e8
commit a0c98b5014
5 changed files with 32 additions and 20 deletions

View File

@@ -50,7 +50,7 @@ namespace Ewide.Application.Service
[HttpPost("/houseMember/page")]
public async Task<dynamic> QueryMemberPageList([FromBody] UserInput input)
{
var dataScopes = await _userManager.GetUserDataScopeIdList();
var dataScopes = await _sysUserService.GetUserDataScopeIdList();
var sql = @"SELECT
SU.*,