xiaoyong931011
2022-11-02 cd72d7e6c3acd087091c4b2d233f35765ddbfda7
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>