From 1e65523fba19e99dbdf71d0a731a7747a2c9d4e0 Mon Sep 17 00:00:00 2001
From: fhx <308050795@qq.com>
Date: 星期五, 23 八月 2024 16:20:08 +0800
Subject: [PATCH] Merge branch 'master-xlk' into master-xlk-test

---
 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