update 最近交易sql 错误修改

This commit is contained in:
yyb
2026-01-26 11:02:56 +08:00
parent 62ec516156
commit b1aef6f4c7

View File

@@ -120,7 +120,7 @@
from_address = #{item.fromAddress} AND from_address = #{item.fromAddress} AND
`from_chain` = #{item.fromChain} AND `from_chain` = #{item.fromChain} AND
from_symbol = #{item.fromSymbol} AND from_symbol = #{item.fromSymbol} AND
real_amount != 0) real_amount != 0
) )
</foreach>) </foreach>)
</where> </where>