|
|
@ -255,14 +255,10 @@ public interface CustomerAgencyService extends BaseService<CustomerAgencyEntity> |
|
|
|
*/ |
|
|
|
AgencyTreeResultDTO getAgencyList(GetAgencyListFormDTO formDTO); |
|
|
|
|
|
|
|
List<StaffOrgsResultDTO> getStaffOrgListByStaffId(String staffId); |
|
|
|
|
|
|
|
/** |
|
|
|
* desc:获取用户所属组织的组织及网格树 |
|
|
|
* @param staffId |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
AgencyTreeResultDTO getOrgTreeData(String staffId); |
|
|
|
|
|
|
|
List<StaffOrgsResultDTO> getStaffOrgListByStaffId(String staffId); |
|
|
|
} |
|
|
|