From b59d8524a95212d92b3b7839749998eac2263ade Mon Sep 17 00:00:00 2001 From: jiangs <373297395@qq.com> Date: Tue, 18 Nov 2025 15:09:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=8F=E9=99=A2=E6=9D=A1=E7=A0=81=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zycx/src/main/resources/mapper/ZycxMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zycx/src/main/resources/mapper/ZycxMapper.xml b/zycx/src/main/resources/mapper/ZycxMapper.xml index 77cdf51..2636cb3 100644 --- a/zycx/src/main/resources/mapper/ZycxMapper.xml +++ b/zycx/src/main/resources/mapper/ZycxMapper.xml @@ -29,9 +29,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" AND a.sqsj <= CONVERT(varchar(100), #{et}, 120) - and brdh = #{queryValue} - and ch = #{queryValue} - and brxm = #{queryValue} + and a.brdh = #{queryValue} + and a.ch = #{queryValue} + and a.brxm like '%'+#{queryValue}+'%'