From 899277d8fba239727875201ee6a060b6c535f743 Mon Sep 17 00:00:00 2001 From: fhx <308050795@qq.com> Date: 星期一, 30 九月 2024 18:01:39 +0800 Subject: [PATCH] 1.修改会员来访明细工具逻辑 2.新增查询权限工具类 --- phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java b/phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java index 6908a04..6deaeee 100644 --- a/phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java +++ b/phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java @@ -11,7 +11,7 @@ /** * 杩欓噷杩欎釜name 闇�瑕佸~鍐� 璇锋眰鐨勬湇鍔℃彁渚涜�呯殑娉ㄥ唽鍒皀acos Server涓婇潰鐨勬湇鍔″悕锛宲ath 鏄姹傛帴鍙e墠缂� */ -@FeignClient(name="phis-provider",path = "/p-his-data",contextId = "consumables") +@FeignClient(name="phi-platform-user",path = "/p-his-data",contextId = "consumables") public interface SConsumablesService { /** @@ -44,6 +44,6 @@ Result getConsumablesCouponList(@RequestBody PageDto pageDto); /** 妫�鏌ヤ紭鎯犲埜鍟嗗搧鏄惁鍙喘涔� */ - @PostMapping(value = "/consumables/checkConsumablesCouponIsBuy") + @PostMapping(value = "/check/consumables/coupon/isBuy") Result checkConsumablesCouponIsBuy(@RequestBody ConsumablesDto dto); } \ No newline at end of file -- Gitblit v1.8.0