Browse Source

Merge branch 'dev_ic_v2' into develop

dev_shibei_match
zhaoqifeng 4 years ago
parent
commit
1f8b13de48
  1. 2
      epmet-module/gov-org/gov-org-client/src/main/java/com/epmet/feign/GovOrgOpenFeignClient.java

2
epmet-module/gov-org/gov-org-client/src/main/java/com/epmet/feign/GovOrgOpenFeignClient.java

@ -530,5 +530,5 @@ public interface GovOrgOpenFeignClient {
Result<List<IcNeighborHoodDTO>> getListByIds(@RequestBody List<String> ids);
@GetMapping("/gov/org/customergrid/getGridIListByAgency/{agencyId}")
Result<List<CustomerGridDTO>> getGridIListByAgency(@PathVariable("agencyId") String agencyId)
Result<List<CustomerGridDTO>> getGridIListByAgency(@PathVariable("agencyId") String agencyId);
}

Loading…
Cancel
Save