From 6c2b74df0a09ccc3efa4223dd4b528234f603080 Mon Sep 17 00:00:00 2001 From: yefei Date: Mon, 19 Jun 2023 16:39:02 +0800 Subject: [PATCH] =?UTF-8?q?arieay=20=E6=9F=A5=E8=AF=A2sql=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=A8=8E=E7=8E=87=E5=AD=97=E6=AE=B5=20v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/BaseFpZhMapper.xml | 16 +++++----------- .../main/resources/mapper/BaseSggxcxMapper.xml | 14 +------------- 2 files changed, 6 insertions(+), 24 deletions(-) diff --git a/dxhy-base/src/main/resources/mapper/BaseFpZhMapper.xml b/dxhy-base/src/main/resources/mapper/BaseFpZhMapper.xml index 88f3c498..cc45a393 100644 --- a/dxhy-base/src/main/resources/mapper/BaseFpZhMapper.xml +++ b/dxhy-base/src/main/resources/mapper/BaseFpZhMapper.xml @@ -235,11 +235,11 @@ and t.account_period = #{accountPeriod} - - and (t.tax_rate in - - #{taxRate} - + + and t.tax_rate like %#{taxRate}% + + + and t.tax_rate #{taxRate}