From 0bebd96a82ad491c7d91e95b704d3b0887a1c09c Mon Sep 17 00:00:00 2001 From: yefei Date: Mon, 19 Jun 2023 17:50:03 +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 --- dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml index 26af1da4..26b56df2 100644 --- a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml +++ b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml @@ -560,10 +560,10 @@ and t.account_period = #{accountPeriod} - and t.tax_rate like %#{taxRate}% + and t.tax_rate = #{taxRate} - and t.tax_rate like #{taxRate} + and t.tax_rate = #{taxRate} order by t.bzdh desc