From e524317fbde323275886150e3a8e5d87440ae3d3 Mon Sep 17 00:00:00 2001 From: kylin L <452061493@qq.com> Date: Fri, 20 Sep 2024 17:02:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=8F=B8=E5=90=8D=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/EnterpriseInformationMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/EnterpriseInformationMapper.xml b/lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/EnterpriseInformationMapper.xml index 5c6b6842..bbac9858 100644 --- a/lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/EnterpriseInformationMapper.xml +++ b/lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/EnterpriseInformationMapper.xml @@ -88,6 +88,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" AND (ei.enterprise_name like concat('%', #{searchValue}, '%') or ei.enterprise_number like concat('%', #{searchValue}, '%')) + and enterprise_name like concat('%', #{enterpriseName}, '%') ORDER BY ei.create_time DESC