wanghaijun 4 anni fa
parent
commit
8b03585af9
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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;
             }