From 6d0a945aafa837d24f9555d3c4a1f5c3f9d3da3e Mon Sep 17 00:00:00 2001 From: Kelvin Date: Thu, 31 Oct 2024 14:12:13 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=88=86=E9=A1=B5=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ktg-admin/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktg-admin/src/main/resources/application.yml b/ktg-admin/src/main/resources/application.yml index c080d41..bb9acb2 100644 --- a/ktg-admin/src/main/resources/application.yml +++ b/ktg-admin/src/main/resources/application.yml @@ -103,7 +103,7 @@ mybatis: # PageHelper分页插件 pagehelper: -# helperDialect: mysql + helperDialect: oracle supportMethodsArguments: true params: count=countSql