From 96896d03426335a5ae20987a50f3ebeb9ed37395 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期六, 14 十二月 2024 10:05:55 +0800 Subject: [PATCH] 处理第一次确认时还没有预约时间,再来确认时已有预约时间的情况 --- jh-server/src/main/resources/application-local.yaml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/jh-server/src/main/resources/application-local.yaml b/jh-server/src/main/resources/application-local.yaml index 88359e7..e2deb52 100644 --- a/jh-server/src/main/resources/application-local.yaml +++ b/jh-server/src/main/resources/application-local.yaml @@ -182,6 +182,9 @@ cn.lihu.jh.module.ai.dal.mysql: debug cn.lihu.jh.module.ecg.dal.mysql: debug org.springframework.context.support.PostProcessorRegistrationDelegate: ERROR # TODO 鑺嬭壙锛氬厛绂佺敤锛孲pring Boot 3.X 瀛樺湪閮ㄥ垎閿欒鐨� WARN 鎻愮ず + org.springframework.cloud.openfeign: debug + feign: debug + cn.lihu.jh.module.ecg.feign: debug debug: false -- Gitblit v1.9.3