Browse Source

储值卡产品

gorden 3 months ago
parent
commit
a7c751f899
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/sys_manage/ProtocolController.php

+ 1 - 1
app/admin/controller/sys_manage/ProtocolController.php

@@ -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();