ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedInhospController.java
@@ -259,13 +259,11 @@ @PostMapping("/dealOutHospInfo") public void dealOutHospInfo() { String config = configService.selectConfigByKey("visit.early.day"); if (port.equals("8095")) { //出院表 iPatMedInhospService.dealOutHospInfo(config); //门诊表(新华的暂时不做门诊随访) if (!active.equals("xh")) { iPatMedOuthospService.dealOutpatientInfo(); } //出院表 iPatMedInhospService.dealOutHospInfo(config); //门诊表(新华的暂时不做门诊随访) if (!active.equals("xh")) { iPatMedOuthospService.dealOutpatientInfo(); } }