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); /** * 新增数据