From e5c7762118288450ce1464668164dc7cbcc568aa Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期五, 09 八月 2024 16:47:44 +0800
Subject: [PATCH] openfeign url 可配置

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/AppointmentController.java |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/AppointmentController.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/AppointmentController.java
index 9303784..b479795 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/AppointmentController.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/AppointmentController.java
@@ -2,7 +2,6 @@
 
 import cn.lihu.jh.module.ecg.feign.RemoteDataService;
 import cn.lihu.jh.module.ecg.feign.RestApiReqBodyVo;
-import cn.lihu.jh.module.ecg.feign.RestApiReqParamVo;
 import cn.lihu.jh.module.ecg.feign.RestApiResult;
 import org.springframework.web.bind.annotation.*;
 import org.springframework.validation.annotation.Validated;
@@ -107,10 +106,6 @@
         //AppointmentDO appointment = appointmentService.getAppointment(id);
         //return success(BeanUtils.toBean(appointment, AppointmentRespVO.class));
 
-        RestApiReqParamVo reqParamVo = new RestApiReqParamVo();
-        reqParamVo.setService("queryEcgRequest");  // queryEcgRequest   QueryRisReportList
-        reqParamVo.setUrid("ECG");
-        reqParamVo.setPwd("ECG");
         RestApiReqBodyVo reqBodyVo = new RestApiReqBodyVo();
         reqBodyVo.setSfzh("121");
         reqBodyVo.setMzzyh("A34343");

--
Gitblit v1.9.3