Browse Source

修改b端接口:删除资讯

FengR 3 months ago
parent
commit
889b30b4e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/JsonRpc/NewsService.php

+ 1 - 1
app/JsonRpc/NewsService.php

@@ -1073,7 +1073,7 @@ class NewsService implements NewsServiceInterface
 	// 	  'is_ignore' => 1
     //     ];
     //   }
-      DB::table('article_ignore_copy2')->where('article_id', $data['id'])->whereIn('website_id',$website_ids)->update(['is_ignore' => 1]);
+      DB::table('article_ignore')->where('article_id', $data['id'])->whereIn('website_id',$website_ids)->update(['is_ignore' => 1]);
     }else{
 		// ------c_show_time********up_status*******
 		// 若是审核通过  则更新c_show_time