From 0e636c03da06cd9b95b9b81dc299a15f7edc3a75 Mon Sep 17 00:00:00 2001 From: sh Date: Mon, 10 Nov 2025 17:30:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9name=20=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-bussiness/src/main/resources/mapper/app/SysAreaMapper.xml | 2 +- .../src/main/resources/mapper/app/UserWorkExperiencesMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-bussiness/src/main/resources/mapper/app/SysAreaMapper.xml b/ruoyi-bussiness/src/main/resources/mapper/app/SysAreaMapper.xml index 6d501fe..128de57 100644 --- a/ruoyi-bussiness/src/main/resources/mapper/app/SysAreaMapper.xml +++ b/ruoyi-bussiness/src/main/resources/mapper/app/SysAreaMapper.xml @@ -10,7 +10,7 @@ del_flag = '0' - and company_name like concat('%', #{companyName}, '%') + and company_name like concat('%', cast(#{companyName, jdbcType=VARCHAR} as varchar), '%') and position = #{position} and description = #{description} and user_id = #{userId}