|
@ -549,7 +549,7 @@ public interface GovOrgOpenFeignClient { |
|
|
*/ |
|
|
*/ |
|
|
@PostMapping("/gov/org/agency/getsonagencyid") |
|
|
@PostMapping("/gov/org/agency/getsonagencyid") |
|
|
Result<List<SonOrgResultDTO>> getSonAgencyId(@RequestParam("orgId")String orgId,@RequestParam("type")String type); |
|
|
Result<List<SonOrgResultDTO>> getSonAgencyId(@RequestParam("orgId")String orgId,@RequestParam("type")String type); |
|
|
|
|
|
|
|
|
// /icbuilding/{id}?id=demoData
|
|
|
// /icbuilding/{id}?id=demoData
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
@ -577,6 +577,11 @@ public interface GovOrgOpenFeignClient { |
|
|
@PostMapping("/gov/org/customeragency/configcustomerareacode") |
|
|
@PostMapping("/gov/org/customeragency/configcustomerareacode") |
|
|
Result configCustomerAreaCode(@RequestBody CustomerAreaCodeFormDTO formDTO); |
|
|
Result configCustomerAreaCode(@RequestBody CustomerAreaCodeFormDTO formDTO); |
|
|
|
|
|
|
|
|
|
|
|
@PostMapping("/gov/org/customergrid/getstaffgridlist") |
|
|
|
|
|
Result<List<CustomerStaffGridResultDTO>> getStaffGridList(@RequestParam("customerId") String customerId, |
|
|
|
|
|
@RequestParam("orgId") String orgId, |
|
|
|
|
|
@RequestParam("orgType") String orgType); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Author sun |
|
|
* @Author sun |
|
|
* @Description 查询组织、网格、小区、楼栋、单元、房屋信息 |
|
|
* @Description 查询组织、网格、小区、楼栋、单元、房屋信息 |
|
@ -584,11 +589,6 @@ public interface GovOrgOpenFeignClient { |
|
|
@PostMapping(value = "/gov/org/customeragency/icresiuserorgmsg") |
|
|
@PostMapping(value = "/gov/org/customeragency/icresiuserorgmsg") |
|
|
Result<IcResiUserOrgMsgResultDTO> icResiUserOrgMsg(@RequestBody IcResiUserOrgMsgFormDTO formDTO); |
|
|
Result<IcResiUserOrgMsgResultDTO> icResiUserOrgMsg(@RequestBody IcResiUserOrgMsgFormDTO formDTO); |
|
|
|
|
|
|
|
|
@PostMapping("/gov/org/customergrid/getstaffgridlist") |
|
|
|
|
|
Result<List<CustomerStaffGridResultDTO>> getStaffGridList(@RequestParam("customerId") String customerId, |
|
|
|
|
|
@RequestParam("orgId") String orgId, |
|
|
|
|
|
@RequestParam("orgType") String orgType); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 查询单元 |
|
|
* 查询单元 |
|
|
* @param id |
|
|
* @param id |
|
|