15313670163 1 tháng trước cách đây
mục cha
commit
c94408c610
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/JsonRpc/NewsService.php

+ 1 - 1
app/JsonRpc/NewsService.php

@@ -575,7 +575,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);
                 }
                 }