|
@@ -205,7 +205,7 @@ public class ClientService extends ServiceImpl<ClientMapper, Client> {
|
|
PersonnelVO personnel = cacheUtils.getLoginUser(loginUtils.getId());
|
|
PersonnelVO personnel = cacheUtils.getLoginUser(loginUtils.getId());
|
|
params.setTenantId(personnel.getTenantId());
|
|
params.setTenantId(personnel.getTenantId());
|
|
}
|
|
}
|
|
- IPage<Client> lst = this.baseMapper.getTenantClients(new Page<>(params.getCurrent(), params.getSize()), params.getTenantId());
|
|
|
|
|
|
+ IPage<Client> lst = this.baseMapper.getTenantClients(new Page<>(params.getCurrent(), params.getSize()), params);
|
|
List<Client> list = lst.getRecords();
|
|
List<Client> list = lst.getRecords();
|
|
this.loadClient(list);
|
|
this.loadClient(list);
|
|
lst.setRecords(list);
|
|
lst.setRecords(list);
|