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/sync/SyncGoodsService.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncGoodsService.java b/phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncGoodsService.java index 34edadf..7020e64 100644 --- a/phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncGoodsService.java +++ b/phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncGoodsService.java @@ -10,7 +10,7 @@ /** * @Author */ -@FeignClient(name="synchro-service",path = "/his_synchro",contextId = "synchro-goods") +@FeignClient(name="phi-platform-user",path = "/his_synchro",contextId = "synchro-goods") public interface SyncGoodsService { /** @@ -35,14 +35,14 @@ @PostMapping(value = "/sync/goods/category/delete") Result deleteCategory(@RequestBody ConsumablesTypeDto consumablesType); /** - * 鍒犻櫎鎸囧畾ID鍒嗙被鑺傜偣 - 鍚勭被鍨嬮�氱敤 + * 鏂板缓鐗╂枡绫绘暟鎹� * @param consumables * @return 鎿嶄綔鎴愬姛鐨勮瘽result.data杩斿洖棰嗗缓id */ @PostMapping(value = "/sync/goods/product/add") Result addProduct(@RequestBody ConsumablesDto consumables); /** - * 鍒犻櫎鎸囧畾ID鍒嗙被鑺傜偣 - 鍚勭被鍨嬮�氱敤 + * 淇敼鐗╂枡绫绘暟鎹� * @param consumables * @return */ -- Gitblit v1.8.0