|
|
@@ -3562,8 +3562,10 @@ class NewsService implements NewsServiceInterface
|
|
|
case 6:
|
|
|
// 企业
|
|
|
// `status` int DEFAULT '1' COMMENT '审核状态状态:0:未审核;1:已审核;2:已拒绝;',
|
|
|
- $article = Company::where('website_id', $data['website_id'])
|
|
|
- ->where('status', 1)
|
|
|
+ $article = Company::
|
|
|
+ // where('website_id', $data['website_id'])
|
|
|
+ // ->
|
|
|
+ where('status', 1)
|
|
|
->where('id', $data['id'])
|
|
|
->first(['cat_arr_id']);
|
|
|
if (empty($article)) {
|