forked from gzzfw/backEnd/gz-dyh

dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/client/CtUnitClientController.java
@@ -97,6 +97,21 @@
        }
    }
    /**
     * 获取本级综治中心
     * @url {ctx}/api/client/ctUnit/getBjZzzx
     * @param unitId 组织编号
     * @return Object
     */
    @GetMapping("/getBjZzzx")
    public Object getBjZzzx(@RequestParam(value = "unitId")  String unitId) {
        try {
            return ReturnSucUtils.getRepInfo(service.getBjZzzx(unitId));
        } catch (Exception e) {
            return ReturnFailUtils.getRepInfo(e.getMessage());
        }
    }
    @Autowired
    private SyRegionGridService syRegionGridService;
    /**