jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/appointment/AppointmentServiceImpl.java
@@ -126,8 +126,11 @@ @Override public AppointmentDO getAppointmentExtermal(String patId) { RestApiReqBodyVo reqBodyVo = new RestApiReqBodyVo(); reqBodyVo.setSfzh(""); if (18 == patId.length()) { reqBodyVo.setSfzh( patId ); } else { reqBodyVo.setMzzyh( patId ); } // QueryRisReportList queryEcgRequest RestApiResult<AppointmentExternal> result = remoteDataService.httpApi("queryEcgRequest", "ECG", "ECG", reqBodyVo);