From 10df7e29b51d6a2efacc83d870856f57d97a9b66 Mon Sep 17 00:00:00 2001 From: yanghui <2536613402@qq.com> Date: 星期一, 24 十月 2022 13:48:24 +0800 Subject: [PATCH] #feat 修改别名 --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/property/PropertyService.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/property/PropertyService.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/property/PropertyService.java index 1ff01ec..06c20e4 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/property/PropertyService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/property/PropertyService.java @@ -11,7 +11,7 @@ /** * 物业接口 */ -@FeignClient(name = "property") +@FeignClient(name = "huacheng-property") public interface PropertyService { /** * 分页查询所有数据 @@ -27,7 +27,7 @@ * @return 单条数据 */ @GetMapping("/comPropertyRepair/{id}") - R comPropertyRepairSelectOne(@PathVariable("id") Integer id); + R comPropertyRepairSelectOne(@PathVariable("id") Long id); /** * 新增数据 -- Gitblit v1.7.1