From 81ab3d0067133df70bcf881bba75af08112fa90d Mon Sep 17 00:00:00 2001
From: fwq <582742538@qq.com>
Date: 星期三, 31 七月 2024 19:22:19 +0800
Subject: [PATCH] Merge branch 'master-stander' into master-jiayan

---
 phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncExecutionRecordService.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncExecutionRecordService.java b/phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncExecutionRecordService.java
index f8e3e08..caa8525 100644
--- a/phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncExecutionRecordService.java
+++ b/phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncExecutionRecordService.java
@@ -8,7 +8,7 @@
 /**
  * @Author
  */
-@FeignClient(name="synchro-service",path = "/his_synchro",contextId = "synchro-executionRecord")
+@FeignClient(name="phi-platform-user",path = "/his_synchro",contextId = "synchro-executionRecord")
 public interface SyncExecutionRecordService {
 
     /**
@@ -17,6 +17,6 @@
      * @param syncUserProjectItem
      * @return
      */
-    @PostMapping(value = "/sync/executionRecord/updateUserProjectItm")
+    @PostMapping(value = "/sync/executionRecord/updateUserProjectItem")
     Result updateUserProjectItm(SyncUserProjectItem syncUserProjectItem);
 }

--
Gitblit v1.8.0