From e61e00e95de234af409d1396e93bc7224d5bd8c5 Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Tue, 21 Oct 2025 13:22:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(portal):=E4=BF=AE=E5=A4=8D=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E8=8B=B1=E6=96=87=E5=90=8D=E7=A7=B0=E6=98=A0=E5=B0=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了多余的分号,修正属性名 webMenuNameEnglish; - 统一两个 mapper 文件中的字段映射配置 - 确保实体类与数据库字段正确对应 --- .../src/main/resources/mapper/portal/HwWebMenuMapper.xml | 2 +- .../src/main/resources/mapper/portal/HwWebMenuMapper1.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-modules/hw-portal/src/main/resources/mapper/portal/HwWebMenuMapper.xml b/ruoyi-modules/hw-portal/src/main/resources/mapper/portal/HwWebMenuMapper.xml index e4176f8..c5d897b 100644 --- a/ruoyi-modules/hw-portal/src/main/resources/mapper/portal/HwWebMenuMapper.xml +++ b/ruoyi-modules/hw-portal/src/main/resources/mapper/portal/HwWebMenuMapper.xml @@ -14,7 +14,7 @@ - + diff --git a/ruoyi-modules/hw-portal/src/main/resources/mapper/portal/HwWebMenuMapper1.xml b/ruoyi-modules/hw-portal/src/main/resources/mapper/portal/HwWebMenuMapper1.xml index 8426c46..0fc78a7 100644 --- a/ruoyi-modules/hw-portal/src/main/resources/mapper/portal/HwWebMenuMapper1.xml +++ b/ruoyi-modules/hw-portal/src/main/resources/mapper/portal/HwWebMenuMapper1.xml @@ -15,7 +15,7 @@ - +