#1052 | $this->cms_content_comment_sort->find_update(array('mid'=>$mid,'id'=>$id), array('cid'=>$cid)); |
#1053 | |
#1054 | //更新旧的分类 |
#1055 | $old_cate['count'] = max(0, $old_cate['count']-1); |
#1056 | $this->category->update($old_cate); |
#1057 | $this->category->delete_cache_one($old_cid); |
#1058 | |
#1059 | //更新新的分类 |
#1060 | $new_cate['count']++; |
#1061 | $this->category->update($new_cate); |