fix
Helius
2022-08-28 ca8d011052a6179e4a4ed4952644060c4d6679d1
src/main/resources/mapper/dapp/DappWalletCoinDao.xml
@@ -18,4 +18,12 @@
            </if>
        </where>
    </select>
    <update id="updateWithLock">
        update dapp_wallet_coin
            set total_amount=#{record.totalAmount},
                available_amount=#{record.availableAmount},
                version=version+1
        where id=#{record.id} and version=#{record.version}
    </update>
</mapper>