作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into bate

... ... @@ -448,7 +448,6 @@ class NewsLogic extends BaseLogic
$this->model->edit(['category_id'=>$category_ids],['id'=>$id]);
}
}
//对应添加关联表
}catch (\Exception $e){
DB::connection('custom_mysql')->rollBack();
$this->fail('系统错误,请联系管理员');
... ...