Prechádzať zdrojové kódy

Merge branch 'web_sannong_fr' into dev

15313670163 1 mesiac pred
rodič
commit
ca33f640fc
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app/JsonRpc/NewsService.php

+ 1 - 1
app/JsonRpc/NewsService.php

@@ -860,7 +860,7 @@ class NewsService implements NewsServiceInterface
                 ->where('website_id',$data['website_id'])
                 ->where('website_id',$data['website_id'])
                 ->where('other_id', 0)
                 ->where('other_id', 0)
                 ->get();
                 ->get();
-                return Result::success($survey);
+                // return Result::success($survey);
                 if(empty($survey)){
                 if(empty($survey)){
                     return Result::error("此调查问卷不存在",0);
                     return Result::error("此调查问卷不存在",0);
                 }
                 }