From b1aef6f4c7bd792a068faffc6b1ee3f21ebbf47f Mon Sep 17 00:00:00 2001 From: yyb <1416014977@qq.com> Date: Mon, 26 Jan 2026 11:02:56 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9C=80=E8=BF=91=E4=BA=A4=E6=98=93sq?= =?UTF-8?q?l=20=E9=94=99=E8=AF=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/lease/LeasePayRecordMessageMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/lease/LeasePayRecordMessageMapper.xml b/src/main/resources/mapper/lease/LeasePayRecordMessageMapper.xml index 240e65e..df5e438 100644 --- a/src/main/resources/mapper/lease/LeasePayRecordMessageMapper.xml +++ b/src/main/resources/mapper/lease/LeasePayRecordMessageMapper.xml @@ -120,7 +120,7 @@ from_address = #{item.fromAddress} AND `from_chain` = #{item.fromChain} AND from_symbol = #{item.fromSymbol} AND - real_amount != 0) + real_amount != 0 ) )