|
|
@ -13,7 +13,6 @@ import com.epmet.evaluationindex.screen.dto.form.CompartmentFormDTO; |
|
|
|
import com.epmet.evaluationindex.screen.dto.result.AgencyDistributionResultDTO; |
|
|
|
import com.epmet.evaluationindex.screen.dto.result.CompartmentResultDTO; |
|
|
|
import com.epmet.evaluationindex.screen.dto.result.TreeResultDTO; |
|
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
|
import org.apache.ibatis.exceptions.TooManyResultsException; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
@ -48,11 +47,6 @@ public class AgencyServiceImpl implements AgencyService { |
|
|
|
// 1. 查询客户根组织ID
|
|
|
|
String customerId = externalAppRequestParam.getCustomerId(); |
|
|
|
|
|
|
|
|
|
|
|
// 验签关闭,customerId无法获取,暂时写死
|
|
|
|
if (StringUtils.isBlank(customerId)) { |
|
|
|
customerId = "b09527201c4409e19d1dbc5e3c3429a1"; |
|
|
|
} |
|
|
|
TreeResultDTO rootAgency = null; |
|
|
|
try { |
|
|
|
rootAgency = screenCustomerAgencyDao.selectRootAgencyId(customerId); |
|
|
|