eight
2024-10-11 111ded437886aa10072434f8b0a459da24f8545a
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("操作成功");
    }
}