|
|
@ -119,33 +119,6 @@ public class CustomerAgencyServiceImpl implements CustomerAgencyService { |
|
|
|
return resultList; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public List<CustomerAgencyEntity> queryAgencyListByCustomerId(String customerId) { |
|
|
|
return customerAgencyDao.queryAgencyListByCustomerId(customerId); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 根据组织id查询基本信息 |
|
|
|
* |
|
|
|
* @param agencyId |
|
|
|
* @return com.epmet.entity.evaluationindex.screen.ScreenCustomerAgencyEntity |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
public CustomerAgencyEntity getAgencyById(String agencyId) { |
|
|
|
return customerAgencyDao.selectById(agencyId); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 查询部门所属组织信息 |
|
|
|
* |
|
|
|
* @param deptId |
|
|
|
* @return com.epmet.entity.evaluationindex.screen.ScreenCustomerAgencyEntity |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
public CustomerAgencyEntity getAgencyByDeptId(String deptId) { |
|
|
|
return customerAgencyDao.selectByDeptId(deptId); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 将孔村、榆山、锦水3个街道的组织插入到gov-org库的customer_agency |
|
|
|
* |
|
|
|