LiuJ 5 месяцев назад
Родитель
Сommit
3c1d7399c0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/JsonRpc/NewsService.php

+ 2 - 2
app/JsonRpc/NewsService.php

@@ -3466,7 +3466,7 @@ class NewsService implements NewsServiceInterface
    */
   public function checkWebsiteRoute(array $data): array
   {
-    // 测试001
+    // 测试0011111
     $web = Website::where('id', $data['website_id'])->first(['id', 'website_name', 'status']);
     if (empty($web)) {
       return Result::error("该网站不存在", 0);
@@ -3564,7 +3564,7 @@ class NewsService implements NewsServiceInterface
           // 企业
           // `status` int DEFAULT '1' COMMENT '审核状态状态:0:未审核;1:已审核;2:已拒绝;',
           $article = Company::
-        //   where('website_id', $data['website_id'])
+            //   where('website_id', $data['website_id'])
             // ->
             where('status', 1)
             ->where('id', $data['id'])