From 4459df2f28b0f6b0c9b5ae0397e3c651d00761f8 Mon Sep 17 00:00:00 2001 From: yefei Date: Thu, 15 Jun 2023 17:17:58 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E5=A2=9E=E5=8A=A0=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E6=9C=AA=E5=85=A5=E8=B4=A6=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dxhy-core/src/main/resources/mapper/FpZhMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dxhy-core/src/main/resources/mapper/FpZhMapper.xml b/dxhy-core/src/main/resources/mapper/FpZhMapper.xml index 4ced888f..8eb03a68 100644 --- a/dxhy-core/src/main/resources/mapper/FpZhMapper.xml +++ b/dxhy-core/src/main/resources/mapper/FpZhMapper.xml @@ -624,6 +624,9 @@ and t.bzdh = #{bzdh} + + and t.bzdh is not null and t.inaccount_status = '1' + and t.bzr like concat('%',#{bzr},'%')