|
|
@ -94,17 +94,17 @@ public interface GovOrgOpenFeignClient { |
|
|
|
* @param partyBranchId |
|
|
|
* @return com.epmet.commons.tools.utils.Result<com.epmet.dto.CustomerPartyBranchDTO> |
|
|
|
* @author yinzuomei |
|
|
|
* @description 根据党支部id,查询党支部信息 |
|
|
|
* @description 根据党支部id, 查询党支部信息 |
|
|
|
* @Date 2020/6/17 18:01 |
|
|
|
**/ |
|
|
|
@GetMapping(value = "gov/org/customerpartybranch/get/{id}") |
|
|
|
Result<CustomerPartyBranchDTO> getPartyBranchById(@PathVariable("id") String partyBranchId); |
|
|
|
|
|
|
|
/** |
|
|
|
* @return com.epmet.commons.tools.utils.Result |
|
|
|
* @param partyBranchId |
|
|
|
* @return com.epmet.commons.tools.utils.Result |
|
|
|
* @author yinzuomei |
|
|
|
* @description 根据党支部id,删除党支部(存在党员的不允许删除) |
|
|
|
* @description 根据党支部id, 删除党支部(存在党员的不允许删除) |
|
|
|
* @Date 2020/6/17 18:08 |
|
|
|
**/ |
|
|
|
@GetMapping(value = "gov/org/customerpartybranch/delete/{id}") |
|
|
@ -121,8 +121,8 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<GridInfoResultDTO> queryGridInfo(@PathVariable("gridId") String gridId); |
|
|
|
|
|
|
|
/** |
|
|
|
* @return com.epmet.commons.tools.utils.Result |
|
|
|
* @param partyBranchId |
|
|
|
* @return com.epmet.commons.tools.utils.Result |
|
|
|
* @author yinzuomei |
|
|
|
* @description 党支部宗人数-1 |
|
|
|
* @Date 2020/6/18 18:28 |
|
|
@ -158,8 +158,8 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<List<GridByStaffResultDTO>> listGridsbystaffid(@PathVariable("staffId") String staffId); |
|
|
|
|
|
|
|
/** |
|
|
|
* @return com.epmet.commons.tools.utils.Result<com.epmet.dto.result.ActSponsorResultDTO> |
|
|
|
* @param staffId |
|
|
|
* @return com.epmet.commons.tools.utils.Result<com.epmet.dto.result.ActSponsorResultDTO> |
|
|
|
* @author yinzuomei |
|
|
|
* @description 发布活动-主办方列表 |
|
|
|
* @Date 2020/7/23 20:47 |
|
|
@ -168,7 +168,6 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<ActSponsorResultDTO> querySponsorList(@PathVariable("staffId") String staffId); |
|
|
|
|
|
|
|
/** |
|
|
|
* |
|
|
|
* @Description 根据网格id查询网格名称 |
|
|
|
* @Author zxc |
|
|
|
* @CreatedTime 2020/4/27 9:22 |
|
|
@ -177,20 +176,19 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<BelongGridNameResultDTO> getGridNameByGridId(@RequestBody BelongGridNameFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @return com.epmet.commons.tools.utils.Result<java.util.List<com.epmet.dto.result.StaffOrgsResultDTO>> |
|
|
|
* @param staffOrgFormDTO |
|
|
|
* @return com.epmet.commons.tools.utils.Result<java.util.List < com.epmet.dto.result.StaffOrgsResultDTO>> |
|
|
|
* @Author yinzuomei |
|
|
|
* @Description 获取客户对应的根级组织名称 |
|
|
|
* @Date 2020/4/20 21:37 |
|
|
|
**/ |
|
|
|
@PostMapping(value = "/gov/org/customeragency/getStaffOrgList",consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
@PostMapping(value = "/gov/org/customeragency/getStaffOrgList", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result<List<StaffOrgsResultDTO>> getStaffOrgList(StaffOrgFormDTO staffOrgFormDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @description 通过staffId查询跟组织列表 |
|
|
|
* |
|
|
|
* @param input |
|
|
|
* @return |
|
|
|
* @description 通过staffId查询跟组织列表 |
|
|
|
* @author wxz |
|
|
|
* @date 2021.10.25 14:53:53 |
|
|
|
*/ |
|
|
@ -198,8 +196,8 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<List<StaffOrgsResultDTO>> getStaffOrgListByStaffId(@RequestBody RootOrgListByStaffIdFormDTO input); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 查询一个网格下的所有工作人员 |
|
|
|
* @param gridIdFormDTO |
|
|
|
* @Description 查询一个网格下的所有工作人员 |
|
|
|
* @author zxc |
|
|
|
* @date 2020/8/13 10:46 上午 |
|
|
|
*/ |
|
|
@ -207,8 +205,8 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<List<String>> getGridStaffs(@RequestBody CommonGridIdFormDTO gridIdFormDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 查询部门下工作人员 |
|
|
|
* @param formDTO |
|
|
|
* @Description 查询部门下工作人员 |
|
|
|
* @author zxc |
|
|
|
* @date 2020/8/13 2:46 下午 |
|
|
|
*/ |
|
|
@ -216,8 +214,8 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<List<String>> getDepartmentStaffs(@RequestBody DepartmentIdFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 查询客户下的网格数量 |
|
|
|
* @param customerIdFormDTO |
|
|
|
* @Description 查询客户下的网格数量 |
|
|
|
* @author zxc |
|
|
|
* @date 2020/8/14 9:31 上午 |
|
|
|
*/ |
|
|
@ -225,8 +223,8 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<CustomerGridCountResultDTO> selectGridCount(@RequestBody CustomerIdFormDTO customerIdFormDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 查询机关下工作人员 |
|
|
|
* @param formDTO |
|
|
|
* @Description 查询机关下工作人员 |
|
|
|
* @author zxc |
|
|
|
* @date 2020/8/17 |
|
|
|
*/ |
|
|
@ -234,19 +232,19 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<List<String>> getAgencyStaffs(@RequestBody AgencyIdFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description User模块调用gov-org查询工作人员所在机关的信息以及客户信息 |
|
|
|
* @param result |
|
|
|
* @return |
|
|
|
* @Description User模块调用gov-org查询工作人员所在机关的信息以及客户信息 |
|
|
|
* @author wangc |
|
|
|
* @date 2020.08.17 14:11 |
|
|
|
**/ |
|
|
|
**/ |
|
|
|
@PostMapping("/gov/org/customeragency/staffinfoext") |
|
|
|
Result<ExtStaffInfoResultDTO> staffInfoExt(@RequestBody ExtStaffInfoResultDTO result); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 根据staffId,查询当前这个用户的数据权限,对外接口 |
|
|
|
* @param staffId |
|
|
|
* @return |
|
|
|
* @Description 根据staffId,查询当前这个用户的数据权限,对外接口 |
|
|
|
* @author wangc |
|
|
|
* @date 2020.08.17 17:30 |
|
|
|
**/ |
|
|
@ -254,9 +252,9 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<ExtStaffPermissionResultDTO> staffPermissionExt(@PathVariable(value = "staffId") String staffId); |
|
|
|
|
|
|
|
/** |
|
|
|
* @param result ExtStaffInfoResultDTO.class |
|
|
|
* @return Result<ExtStaffInfoResultDTO> |
|
|
|
* @Description User模块调用gov-org查询用户所在机关的信息以及客户信息 |
|
|
|
* @param result ExtStaffInfoResultDTO.class |
|
|
|
* @return Result<ExtStaffInfoResultDTO> |
|
|
|
* @author wangc |
|
|
|
* @date 2020.08.17 13:52 |
|
|
|
**/ |
|
|
@ -289,7 +287,7 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<OrganizeTreeResultDTO> organizeTree(@PathVariable("agencyId") String agencyId); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 查询org信息 |
|
|
|
* @Description 查询org信息 |
|
|
|
* @Param orgInfoFormDTO |
|
|
|
* @author zxc |
|
|
|
* @date 2020/11/10 2:55 下午 |
|
|
@ -307,8 +305,8 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<List<AllGridsByUserIdResultDTO>> getGridListByGridIds(List<String> gridIdList); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 查询网格名 不限制是否同步条件 SYNC_FLAG |
|
|
|
* @param gridIdList |
|
|
|
* @Description 查询网格名 不限制是否同步条件 SYNC_FLAG |
|
|
|
* @author zxc |
|
|
|
* @date 2022/1/12 9:37 上午 |
|
|
|
*/ |
|
|
@ -316,9 +314,9 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<List<AllGridsByUserIdResultDTO>> getAllGridListByGridIds(List<String> gridIdList); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 根据网格Id查询用户数据 |
|
|
|
* @param customerGridFormDTO |
|
|
|
* @return com.epmet.commons.tools.utils.Result<com.epmet.dto.CustomerGridDTO> |
|
|
|
* @Description 根据网格Id查询用户数据 |
|
|
|
* @Author liushaowen |
|
|
|
* @Date 2020/11/18 15:34 |
|
|
|
*/ |
|
|
@ -337,8 +335,9 @@ public interface GovOrgOpenFeignClient { |
|
|
|
|
|
|
|
/** |
|
|
|
* 根据 网格id,查询同属于一个社区下的所有网格id |
|
|
|
* |
|
|
|
* @param gridId |
|
|
|
* @return com.epmet.commons.tools.utils.Result<java.util.List<java.lang.String>> |
|
|
|
* @return com.epmet.commons.tools.utils.Result<java.util.List < java.lang.String>> |
|
|
|
* @Author zhangyong |
|
|
|
* @Date 17:44 2020-12-28 |
|
|
|
**/ |
|
|
@ -355,7 +354,7 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<ProcessorListResultDTO> getProcessorList(@PathVariable("agencyId") String agencyId); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 查询网格下的网格员 |
|
|
|
* @Description 查询网格下的网格员 |
|
|
|
* @Param gridIds |
|
|
|
* @author zxc |
|
|
|
* @date 2021/6/8 3:36 下午 |
|
|
@ -364,17 +363,17 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<List<GridStaffResultDTO>> selectGridStaffByGridIds(@RequestBody List<String> gridIds); |
|
|
|
|
|
|
|
/** |
|
|
|
* @return com.epmet.commons.tools.utils.Result<java.lang.String> |
|
|
|
* @param customerId |
|
|
|
* @return com.epmet.commons.tools.utils.Result<java.lang.String> |
|
|
|
* @author yinzuomei |
|
|
|
* @description 根据customerId查询参数(area_code_switch)值open: 选择地区编码必填;closed: 无需选择地区编码;;0409新增返参;没配置,返回closed |
|
|
|
* @description 根据customerId查询参数(area_code_switch)值open: 选择地区编码必填;closed: 无需选择地区编码;;0409新增返参;没配置,返回closed |
|
|
|
* @Date 2021/6/24 16:11 |
|
|
|
**/ |
|
|
|
@GetMapping(value = "/gov/org/customeragency/getareacodeswitch/{customerId}") |
|
|
|
Result<String> getAreaCodeSwitch(@PathVariable("customerId")String customerId); |
|
|
|
Result<String> getAreaCodeSwitch(@PathVariable("customerId") String customerId); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 根据网格ID查询pids |
|
|
|
* @Description 根据网格ID查询pids |
|
|
|
* @Param gridId |
|
|
|
* @author zxc |
|
|
|
* @date 2021/7/16 9:52 上午 |
|
|
@ -384,6 +383,7 @@ public interface GovOrgOpenFeignClient { |
|
|
|
|
|
|
|
/** |
|
|
|
* 工作人员的个人信息 |
|
|
|
* |
|
|
|
* @param fromDTO |
|
|
|
* @return |
|
|
|
*/ |
|
|
@ -391,25 +391,25 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<MineResultDTO> queryStaffProfile(@RequestBody StaffInfoFromDTO fromDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 查询工作人员名字 【xx组织-章三】 |
|
|
|
* @Description 查询工作人员名字 【xx组织-章三】 |
|
|
|
* @Param userId |
|
|
|
* @author zxc |
|
|
|
* @date 2021/8/4 4:23 下午 |
|
|
|
*/ |
|
|
|
@PostMapping("/gov/org/staff/staffname") |
|
|
|
Result<String> staffName(@RequestParam("userId")String userId); |
|
|
|
Result<String> staffName(@RequestParam("userId") String userId); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 查询网格名字 |
|
|
|
* @Description 查询网格名字 |
|
|
|
* @Param gridName |
|
|
|
* @author zxc |
|
|
|
* @date 2021/8/4 4:26 下午 |
|
|
|
*/ |
|
|
|
@PostMapping("/gov/org/customergrid/selectgridname") |
|
|
|
Result<String> gridName(@RequestParam("gridId")String gridId); |
|
|
|
Result<String> gridName(@RequestParam("gridId") String gridId); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 根据类型查询组织名称 |
|
|
|
* @Description 根据类型查询组织名称 |
|
|
|
* @Param formList |
|
|
|
* @author zxc |
|
|
|
* @date 2021/8/4 6:14 下午 |
|
|
@ -418,19 +418,19 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<List<String>> selectOrgNameByType(@RequestBody List<String> formList); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 根据人查询所在组织 |
|
|
|
* @Description 根据人查询所在组织 |
|
|
|
* @Param userId |
|
|
|
* @author zxc |
|
|
|
* @date 2021/8/5 10:08 上午 |
|
|
|
*/ |
|
|
|
@PostMapping("/gov/org/customergrid/selectorgsbyuserid") |
|
|
|
Result<List<String>> selectOrgsByUserId(@RequestParam("userId")String userId); |
|
|
|
Result<List<String>> selectOrgsByUserId(@RequestParam("userId") String userId); |
|
|
|
|
|
|
|
/** |
|
|
|
* 架构里面的人 |
|
|
|
* |
|
|
|
* @param formDTO |
|
|
|
* @return com.epmet.commons.tools.utils.Result<java.util.Set<java.lang.String>> |
|
|
|
* @return com.epmet.commons.tools.utils.Result<java.util.Set < java.lang.String>> |
|
|
|
* @author yinzuomei |
|
|
|
* @date 2021/8/19 2:27 下午 |
|
|
|
*/ |
|
|
@ -459,9 +459,8 @@ public interface GovOrgOpenFeignClient { |
|
|
|
@PostMapping("/gov/org/grid/getbaseinfo") |
|
|
|
Result<CustomerGridDTO> getGridBaseInfoByGridId(CustomerGridFormDTO customerGridFormDTO); |
|
|
|
|
|
|
|
@PostMapping(value = "/gov/org/house/queryListHouseInfo",consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result<List<HouseInfoDTO>> queryListHouseInfo(@RequestBody Set<String> houseIds, @RequestParam("customerId") String customerId); |
|
|
|
|
|
|
|
@PostMapping(value = "/gov/org/house/queryListHouseInfo", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result<List<HouseInfoDTO>> queryListHouseInfo(@RequestBody Set<String> houseIds, @RequestParam("customerId") String customerId); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
@ -476,6 +475,7 @@ public interface GovOrgOpenFeignClient { |
|
|
|
|
|
|
|
/** |
|
|
|
* 获取网格下支部小组 |
|
|
|
* |
|
|
|
* @Param formDTO |
|
|
|
* @Return {@link Result<List<OptionResultDTO>>} |
|
|
|
* @Author zhaoqifeng |
|
|
@ -518,13 +518,13 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<List<OptionResultDTO>> getNeighborHoodOptions(IcNeighborHoodDTO dto); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 查询房屋信息 |
|
|
|
* @param idCard |
|
|
|
* @Description 查询房屋信息 |
|
|
|
* @author zxc |
|
|
|
* @date 2021/11/3 3:30 下午 |
|
|
|
*/ |
|
|
|
@PostMapping("/gov/org/ichouse/selecthouseinfobyidcard") |
|
|
|
Result<List<String>> selectHouseInfoByIdCard(@RequestParam("idCard")String idCard,@RequestParam("customerId")String customerId); |
|
|
|
Result<List<String>> selectHouseInfoByIdCard(@RequestParam("idCard") String idCard, @RequestParam("customerId") String customerId); |
|
|
|
|
|
|
|
@GetMapping("/gov/org/ichouse/{id}") |
|
|
|
Result<IcHouseDTO> get(@PathVariable("id") String id); |
|
|
@ -533,7 +533,7 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<List<BuildingResultDTO>> buildingListByIds(@RequestBody List<String> buildingIdList); |
|
|
|
|
|
|
|
@PostMapping("/gov/org/building/buildinglistbyidsPage/{pageNo}/{pageSize}") |
|
|
|
Result<BuildingResultPagedDTO> buildinglistbyidsPage(@RequestBody List<String> buildingIdList,@PathVariable("pageNo") Integer pageNo,@PathVariable("pageSize")Integer pageSize); |
|
|
|
Result<BuildingResultPagedDTO> buildinglistbyidsPage(@RequestBody List<String> buildingIdList, @PathVariable("pageNo") Integer pageNo, @PathVariable("pageSize") Integer pageSize); |
|
|
|
|
|
|
|
@PostMapping("/gov/org/icneighborhood/getlistbyids") |
|
|
|
Result<List<IcNeighborHoodDTO>> getListByIds(@RequestBody List<String> ids); |
|
|
@ -542,18 +542,19 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<List<CustomerGridDTO>> getGridIListByAgency(@PathVariable("agencyId") String agencyId); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 查询下级agencyId |
|
|
|
* @param orgId |
|
|
|
* @Description 查询下级agencyId |
|
|
|
* @author zxc |
|
|
|
* @date 2021/12/9 4:42 下午 |
|
|
|
*/ |
|
|
|
@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
|
|
|
|
|
|
|
|
/** |
|
|
|
* 根据ID查询楼栋信息 |
|
|
|
* |
|
|
|
* @param id |
|
|
|
* @return |
|
|
|
*/ |
|
|
@ -562,6 +563,7 @@ public interface GovOrgOpenFeignClient { |
|
|
|
|
|
|
|
/** |
|
|
|
* 通过ID查询小区信息 |
|
|
|
* |
|
|
|
* @param id |
|
|
|
* @return |
|
|
|
*/ |
|
|
@ -571,6 +573,7 @@ public interface GovOrgOpenFeignClient { |
|
|
|
|
|
|
|
/** |
|
|
|
* 运营端-客户管理,修改客户信息,调用gov-org服务,修改组织区划开关,修改根组织areaCode入参。 |
|
|
|
* |
|
|
|
* @param formDTO |
|
|
|
* @return |
|
|
|
*/ |
|
|
@ -591,6 +594,7 @@ public interface GovOrgOpenFeignClient { |
|
|
|
|
|
|
|
/** |
|
|
|
* 查询单元 |
|
|
|
* |
|
|
|
* @param id |
|
|
|
* @return |
|
|
|
*/ |
|
|
@ -599,15 +603,17 @@ public interface GovOrgOpenFeignClient { |
|
|
|
|
|
|
|
/** |
|
|
|
* Desc: 查询网格下所有的工作人员 |
|
|
|
* |
|
|
|
* @param gridId |
|
|
|
* @author zxc |
|
|
|
* @date 2022/3/21 16:02 |
|
|
|
*/ |
|
|
|
@PostMapping("/gov/org/customerstaffgrid/getallstaffbygridid") |
|
|
|
Result<List<String>> getAllStaffByGridId(@RequestParam("gridId")String gridId); |
|
|
|
Result<List<String>> getAllStaffByGridId(@RequestParam("gridId") String gridId); |
|
|
|
|
|
|
|
/** |
|
|
|
* Desc: 根据身份证查询房屋名 |
|
|
|
* |
|
|
|
* @param idCards |
|
|
|
* @author zxc |
|
|
|
* @date 2022/4/12 16:42 |
|
|
@ -617,7 +623,7 @@ public interface GovOrgOpenFeignClient { |
|
|
|
|
|
|
|
/** |
|
|
|
* Desc: 房屋更新 |
|
|
|
* @param tokenDTO |
|
|
|
* |
|
|
|
* @param formDTO |
|
|
|
* @author zxc |
|
|
|
* @date 2022/5/11 09:46 |
|
|
@ -627,9 +633,21 @@ public interface GovOrgOpenFeignClient { |
|
|
|
|
|
|
|
/** |
|
|
|
* 直属网格+下一级组织 |
|
|
|
* |
|
|
|
* @param agencyId |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
@GetMapping("/gov/org/customeragency/subOrgList/{agencyId}") |
|
|
|
Result<List<SubOrgResDTO>> subOrgList(@PathVariable("agencyId")String agencyId); |
|
|
|
Result<List<SubOrgResDTO>> subOrgList(@PathVariable("agencyId") String agencyId); |
|
|
|
|
|
|
|
/** |
|
|
|
* 根据房屋编码查询房屋信息 |
|
|
|
* |
|
|
|
* @param houseCode |
|
|
|
* @return com.epmet.commons.tools.utils.Result<com.epmet.dto.IcHouseDTO> |
|
|
|
* @author work@yujt.net.cn |
|
|
|
* @date 2022/6/1/0001 16:18 |
|
|
|
*/ |
|
|
|
@GetMapping("/gov/org/ichouse/getbyhousecode/{houseCode}") |
|
|
|
Result<IcHouseDTO> getByHouseCode(@PathVariable("houseCode") String houseCode); |
|
|
|
} |
|
|
|