|
|
@ -41,7 +41,13 @@ public class AgencyServiceImpl implements AgencyService { |
|
|
|
@Override |
|
|
|
public TreeResultDTO tree(ExternalAppRequestParam externalAppRequestParam) { |
|
|
|
// 1. 查询客户根组织ID
|
|
|
|
String customerId = externalAppRequestParam.getCustomerId(); |
|
|
|
// String customerId = externalAppRequestParam.getCustomerId();
|
|
|
|
|
|
|
|
|
|
|
|
// 验签关闭,customerId无法获取,暂时写死
|
|
|
|
String customerId = "b09527201c4409e19d1dbc5e3c3429a1"; |
|
|
|
|
|
|
|
|
|
|
|
TreeResultDTO rootAgency = screenCustomerAgencyDao.selectRootAgencyId(customerId); |
|
|
|
if (null == rootAgency){ |
|
|
|
return new TreeResultDTO(); |
|
|
|