xiaoyong931011
2023-05-19 9980ff71f7d92a4a42d81b8ab47d85b4d479db9b
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>