fhx
2024-08-23 1e65523fba19e99dbdf71d0a731a7747a2c9d4e0
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);
}