xiaoyong931011
2023-06-07 3cfc2e7d4206f332da8af1c161725fc8a02df1e3
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>