Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 如何批量取消附件的售价?

[复制链接]
cqzg2006lyy 发表于 2016-9-13 13:04:16 | 显示全部楼层 |阅读模式
本人论坛一直以来发布了许多设置了售价的附件,但现在想取消所有附件的售价,请问如何才能批量取消?
淘彩吧 发表于 2016-9-13 16:49:06 | 显示全部楼层
同求!!!!顶上去!
回复

使用道具 举报

allthebest 发表于 2016-9-13 17:29:53 | 显示全部楼层
1.建议您先备份一下数据库,防止执行出错导致的数据丢失

2.在discuz后台——站长——数据库——升级,执行代码


需要注意的是,代码或需要进行一些修改

请您将pre_数据表前缀修改为你的discuz数据表前缀,默认是pre_


ccode('update pre_forum_attachment_0 set price = 0;
update pre_forum_attachment_1 set price = 0;
update pre_forum_attachment_2 set price = 0;
update pre_forum_attachment_3 set price = 0;
update pre_forum_attachment_4 set price = 0;
update pre_forum_attachment_5 set price = 0;
update pre_forum_attachment_6 set price = 0;
update pre_forum_attachment_7 set price = 0;
update pre_forum_attachment_8 set price = 0;
update pre_forum_attachment_9 set price = 0')

3.更新Discuz缓存,即可
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-24 03:06 , Processed in 0.068322 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表