KKSU
2024-07-05 b8b4af4d7b913e668a245f6f3c821eda0df85dc8
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>