| #1164 | //更新浏览量表 |
| #1165 | $this->cms_content_views->find_update(array('id'=>$id), array('cid'=>$cid)); |
| #1166 | |
| #1167 | //更新评论排序表 |
| #1168 | $this->cms_content_comment_sort->find_update(array('mid'=>$mid,'id'=>$id), array('cid'=>$cid)); |
| #1169 | |
| #1170 | //更新旧的分类 |
| #1171 | $old_cate['count'] = max(0, $old_cate['count']-1); |
| #1172 | $this->category->update($old_cate); |
| #1173 | $this->category->delete_cache_one($old_cid); |