From 3c32000216972a73cef885933ddb3e5ccc888749 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期二, 13 五月 2025 14:26:13 +0800 Subject: [PATCH] 大屏样式修改,色块个数查询限制为当天 --- hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml index 35b5a0d..3870eb2 100644 --- a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml +++ b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml @@ -11,4 +11,6 @@ mybatis-plus: mapper-locations: classpath*:mapper/*.xml +# configuration: +# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl -- Gitblit v1.8.0