From 70b3edefd9f5d3eb66e4efc9c5d90e84bdb64dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E5=AE=9D=E9=BE=99?= Date: Wed, 1 Jul 2026 10:08:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/ThemeEmploymentRegisterMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-bussiness/src/main/resources/mapper/ThemeEmploymentRegisterMapper.xml b/ruoyi-bussiness/src/main/resources/mapper/ThemeEmploymentRegisterMapper.xml index 2ec685c..7ea509a 100644 --- a/ruoyi-bussiness/src/main/resources/mapper/ThemeEmploymentRegisterMapper.xml +++ b/ruoyi-bussiness/src/main/resources/mapper/ThemeEmploymentRegisterMapper.xml @@ -279,7 +279,7 @@ FROM ( SELECT AAC044, - AAB022 AS code + SUBSTRING(AAB022 FROM 1 FOR 1) AS code FROM theme_employment_register WHERE @@ -336,7 +336,7 @@ FROM ( SELECT AAC044, - AAB022 AS code, + SUBSTRING(AAB022 FROM 1 FOR 1) AS code, ACC328 FROM theme_employment_register WHERE