Helius
2022-08-28 09c8cfbd3b4cf5e376e41ab33d141b18464f9e4b
src/main/resources/mapper/dapp/DappSystemDao.xml
@@ -9,6 +9,6 @@
    <update id="updateMineData">
        update dapp_mine_data
            set safe_pool=#{record.safePool}
        where id=#{record.id}
        where 1=1
    </update>
</mapper>