|
@@ -97,7 +97,7 @@ class ProtocolController extends Curd
|
|
|
}
|
|
|
|
|
|
$protocol = Content::whereIn('join_content_category_id',$categoryIds)
|
|
|
- ->where('content_status','ACTIVED')
|
|
|
+// ->where('content_status','ACTIVED')
|
|
|
->select('content_id','content_title')
|
|
|
->get()
|
|
|
->toArray();
|