|
...
|
...
|
@@ -192,7 +192,7 @@ class BlogLogic extends BaseLogic |
|
|
|
foreach ($this->param['id'] as $id){
|
|
|
|
$this->delRoute($id);
|
|
|
|
$this->model->del(['id'=>$id]);
|
|
|
|
$assCate->del(['type_id'=>$id]);
|
|
|
|
$assCate->del(['type_id'=>$id,'type'=>$assCate::BLOG_CATE]);
|
|
|
|
}
|
|
|
|
DB::commit();
|
|
|
|
}catch (Exception $e){
|
...
|
...
|
|