eight
2024-10-11 927aa2c9084fadc5f9c294bec25ab9f5e202c731
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/doctor/DoctorController.java
@@ -258,7 +258,7 @@
        if (null == result || 0 == result)
            return error(PATIENT_NOT_EXISTS);
        return success("success");
        return success("操作成功");
    }
}