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