|
@@ -808,7 +808,9 @@ class CollectorService implements CollectorServiceInterface
|
|
|
if($art_catid>0){
|
|
|
$catid = (int)$catid['catid'];
|
|
|
$cat_arr_id = json_encode([$catid]);
|
|
|
+
|
|
|
$result = Article::whereIn('id',$info)->update(['catid'=>$catid,'cat_arr_id'=>$cat_arr_id]);
|
|
|
+
|
|
|
}else{
|
|
|
$result = ['已全部关联导航,无需再次关联!'];
|
|
|
}
|