From b7348812b2a81031d75a3e56aa227fc11e305f63 Mon Sep 17 00:00:00 2001 From: schry <2433098676@qq.com> Date: Tue, 11 Jul 2023 16:36:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E5=8C=BB=E7=96=97=E5=99=A8?= =?UTF-8?q?=E6=A2=B0=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mybatis/mapper/basic/BasicUdiRelMapper.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/main/resources/mybatis/mapper/basic/BasicUdiRelMapper.xml b/src/main/resources/mybatis/mapper/basic/BasicUdiRelMapper.xml index 71acdb7..6b5ca5c 100644 --- a/src/main/resources/mybatis/mapper/basic/BasicUdiRelMapper.xml +++ b/src/main/resources/mybatis/mapper/basic/BasicUdiRelMapper.xml @@ -59,9 +59,6 @@ AND ylqxzcrbarmc LIKE concat('%', #{ylqxzcrbarmc}, '%') - - AND ggxh LIKE concat('%', #{ggxh}, '%') - AND cpmctymc LIKE concat('%', #{cpmctymc}, '%') @@ -69,17 +66,23 @@ + + AND bur.companyIdFk = #{companyIdFk} + + + AND ggxh = #{ggxh} + AND bur.uuid = #{uuid} AND bur.id = #{id} - + AND diType = #{diType} - AND zczbhhzbapzbh LIKE concat('%',#{zczbhhzbapzbh}, '%') + AND zczbhhzbapzbh LIKE concat(#{zczbhhzbapzbh}, '%')