选择频道搜索
phpcms可以使用sql语句,常用sql语句如下:
把网站所有栏目的工作流设为 一级审核:
update v9_category set setting=REPLACE(setting,"'workflowid' => '',","'workflowid' => '1',")