Commit 43a88ec7 authored by tianyiming's avatar tianyiming

修改调用平台Privilege.agencyUserClient.list传参

parent ae2abc24
...@@ -388,7 +388,7 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto,AlertCall ...@@ -388,7 +388,7 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto,AlertCall
@Override @Override
public List<DutySeatDto> getSeatInfos() { public List<DutySeatDto> getSeatInfos() {
// 获取人员信息 // 获取人员信息
FeignClientResult<List<AgencyUserModel>> userListResult = Privilege.agencyUserClient.list(null); FeignClientResult<List<AgencyUserModel>> userListResult = Privilege.agencyUserClient.list(null,null);
List<AgencyUserModel> userList = userListResult.getResult(); List<AgencyUserModel> userList = userListResult.getResult();
List<DutySeatDto> dutyList = new ArrayList<>(); List<DutySeatDto> dutyList = new ArrayList<>();
userList.stream().forEach(u -> { userList.stream().forEach(u -> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment