From 8b98c54d11eaf893ddd19358f7b1670bd5eb0e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A5=8E=E5=85=B4?= <2220574228@qq.com> Date: Mon, 5 Jan 2026 15:50:23 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E5=9B=9E=E5=A4=8D=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E5=86=99=E6=95=8F=E6=84=9F;"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6cb96410a222a6c4bd93d15c06068772d95450fa. --- .../basic/infrastructure/config/CamelCaseMapPlugin.java | 7 ++----- .../mhd/user/infrastructure/config/CamelCaseMapPlugin.java | 7 ++----- .../finance/infrastructure/config/CamelCaseMapPlugin.java | 7 ++----- .../linke/product/domain/config/CamelCaseMapPlugin.java | 7 ++----- mhd_product/src/main/resources/mapper/menu/MenuMapper.xml | 6 +++--- .../infrastructure/config/CamelCaseMapPlugin.java | 7 ++----- .../infrastructure/config/CamelCaseMapPlugin.java | 7 ++----- 7 files changed, 15 insertions(+), 33 deletions(-) diff --git a/mhd-modules/mhd-system/src/main/java/com/mhd/basic/infrastructure/config/CamelCaseMapPlugin.java b/mhd-modules/mhd-system/src/main/java/com/mhd/basic/infrastructure/config/CamelCaseMapPlugin.java index 427f7cc40..ba41cf91d 100644 --- a/mhd-modules/mhd-system/src/main/java/com/mhd/basic/infrastructure/config/CamelCaseMapPlugin.java +++ b/mhd-modules/mhd-system/src/main/java/com/mhd/basic/infrastructure/config/CamelCaseMapPlugin.java @@ -1,4 +1,3 @@ -/* package com.mhd.basic.infrastructure.config; import com.mhd.basic.infrastructure.util.CamelCaseUtils; @@ -11,11 +10,9 @@ import java.util.List; import java.util.Map; import java.util.Properties; -*/ /** * MyBatis插件:拦截Map类型结果,转换Key为驼峰 - *//* - + */ @Intercepts({@Signature( type = ResultSetHandler.class, method = "handleResultSets", @@ -57,4 +54,4 @@ public class CamelCaseMapPlugin implements Interceptor { public void setProperties(Properties properties) { // 可配置参数,此处无需处理 } -}*/ \ No newline at end of file +} \ No newline at end of file diff --git a/mhd-user-center/src/main/java/com/mhd/user/infrastructure/config/CamelCaseMapPlugin.java b/mhd-user-center/src/main/java/com/mhd/user/infrastructure/config/CamelCaseMapPlugin.java index f5491ba6c..fd6b3fc2c 100644 --- a/mhd-user-center/src/main/java/com/mhd/user/infrastructure/config/CamelCaseMapPlugin.java +++ b/mhd-user-center/src/main/java/com/mhd/user/infrastructure/config/CamelCaseMapPlugin.java @@ -1,4 +1,3 @@ -/* package com.mhd.user.infrastructure.config; import com.mhd.user.infrastructure.util.CamelCaseUtils; @@ -11,11 +10,9 @@ import java.util.List; import java.util.Map; import java.util.Properties; -*/ /** * MyBatis插件:拦截Map类型结果,转换Key为驼峰 - *//* - + */ @Intercepts({@Signature( type = ResultSetHandler.class, method = "handleResultSets", @@ -57,4 +54,4 @@ public class CamelCaseMapPlugin implements Interceptor { public void setProperties(Properties properties) { // 可配置参数,此处无需处理 } -}*/ \ No newline at end of file +} \ No newline at end of file diff --git a/mhd_finance/src/main/java/com/linke/finance/infrastructure/config/CamelCaseMapPlugin.java b/mhd_finance/src/main/java/com/linke/finance/infrastructure/config/CamelCaseMapPlugin.java index 3f20ff453..524382f43 100644 --- a/mhd_finance/src/main/java/com/linke/finance/infrastructure/config/CamelCaseMapPlugin.java +++ b/mhd_finance/src/main/java/com/linke/finance/infrastructure/config/CamelCaseMapPlugin.java @@ -1,4 +1,3 @@ -/* package com.linke.finance.infrastructure.config; import com.linke.finance.infrastructure.util.CamelCaseUtils; @@ -11,11 +10,9 @@ import java.util.List; import java.util.Map; import java.util.Properties; -*/ /** * MyBatis插件:拦截Map类型结果,转换Key为驼峰 - *//* - + */ @Intercepts({@Signature( type = ResultSetHandler.class, method = "handleResultSets", @@ -57,4 +54,4 @@ public class CamelCaseMapPlugin implements Interceptor { public void setProperties(Properties properties) { // 可配置参数,此处无需处理 } -}*/ \ No newline at end of file +} \ No newline at end of file diff --git a/mhd_product/src/main/java/com/linke/product/domain/config/CamelCaseMapPlugin.java b/mhd_product/src/main/java/com/linke/product/domain/config/CamelCaseMapPlugin.java index 855081783..c00d8d9f1 100644 --- a/mhd_product/src/main/java/com/linke/product/domain/config/CamelCaseMapPlugin.java +++ b/mhd_product/src/main/java/com/linke/product/domain/config/CamelCaseMapPlugin.java @@ -1,4 +1,3 @@ -/* package com.linke.product.domain.config; import com.linke.product.domain.util.CamelCaseUtils; @@ -11,11 +10,9 @@ import java.util.List; import java.util.Map; import java.util.Properties; -*/ /** * MyBatis插件:拦截Map类型结果,转换Key为驼峰 - *//* - + */ @Intercepts({@Signature( type = ResultSetHandler.class, method = "handleResultSets", @@ -57,4 +54,4 @@ public class CamelCaseMapPlugin implements Interceptor { public void setProperties(Properties properties) { // 可配置参数,此处无需处理 } -}*/ \ No newline at end of file +} \ No newline at end of file diff --git a/mhd_product/src/main/resources/mapper/menu/MenuMapper.xml b/mhd_product/src/main/resources/mapper/menu/MenuMapper.xml index 74055d799..2e49952ab 100644 --- a/mhd_product/src/main/resources/mapper/menu/MenuMapper.xml +++ b/mhd_product/src/main/resources/mapper/menu/MenuMapper.xml @@ -273,8 +273,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"