pbootcms的tags里如果有空格会提示注入打不开报错
进数据库指向
update ay_content set `tags`=replace(tags,' ',',')
批量把pbootcms tags 的空格替换成,