fix
Helius
2022-08-25 a4b8bc1b7d84d6c68dbd70d8cb654023825c43ce
src/main/resources/mapper/dapp/DappWalletMineDao.xml
@@ -18,4 +18,11 @@
            </if>
        </where>
    </select>
    <update id="updateBalance">
        update dapp_wallet_mine
        set total_amount = total_amount + #{totalAmount},
            available_amount = available_amount + #{availableAmount}
        where member_id=#{memberId}
    </update>
</mapper>