From a8fc752885b438adb5a48c1df2486ac8c534383d Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期六, 10 五月 2025 16:02:45 +0800 Subject: [PATCH] fix:YNL --- ruoyi-admin/src/main/resources/mybatis/mybatis-config.xml | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/ruoyi-admin/src/main/resources/mybatis/mybatis-config.xml b/ruoyi-admin/src/main/resources/mybatis/mybatis-config.xml index 04111e8..d986d0e 100644 --- a/ruoyi-admin/src/main/resources/mybatis/mybatis-config.xml +++ b/ruoyi-admin/src/main/resources/mybatis/mybatis-config.xml @@ -13,15 +13,7 @@ <setting name="defaultExecutorType" value="SIMPLE" /> <!-- 鎸囧畾 MyBatis 鎵�鐢ㄦ棩蹇楃殑鍏蜂綋瀹炵幇 --> <setting name="logImpl" value="SLF4J" /> - <!-- 浣跨敤椹煎嘲鍛藉悕娉曡浆鎹㈠瓧娈� --> - <setting name="mapUnderscoreToCamelCase" value="true"/> - <!-- 浣跨敤鍒楀埆鍚嶆浛鎹㈠垪鍚� 榛樿:true --> - <setting name="useColumnLabel" value="true" /> - <!-- 閰嶇疆SQL Server鏂硅█ --> - <setting name="databaseId" value="sqlserver" /> - <!-- SQL Server鐗瑰畾閰嶇疆 --> - <setting name="jdbcTypeForNull" value="NULL"/> - <setting name="defaultExecutorType" value="BATCH"/> + </settings> </configuration> -- Gitblit v1.9.1