From 4feb978ac9908a46e7285ab0c9a897b89fd99ff2 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期一, 25 十一月 2024 20:17:57 +0800 Subject: [PATCH] Fix Bug: 当天多个检查项目 打印小票 检查项目不对 --- 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