wanghaijun 4 سال پیش
والد
کامیت
8b03585af9
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      app/Community/Controllers/DocterChatController.php

+ 0 - 1
app/Community/Controllers/DocterChatController.php

xqd
@@ -44,7 +44,6 @@ class DocterChatController extends AdminController
         });
         $where['product_type'] = 2;
         if(!$is_admin){
-            $where['organization_id']=$org_id;
             if($docter_id){
                 $where['docter_id'] = $docter_id;
             }