浏览代码

图文订单

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;
             }