|
@@ -87,6 +87,7 @@ class ProjectAssociationController extends BaseController |
|
@@ -87,6 +87,7 @@ class ProjectAssociationController extends BaseController |
|
87
|
}
|
87
|
}
|
|
88
|
$cache = isset($cache);
|
88
|
$cache = isset($cache);
|
|
89
|
$search = request()->input('search');
|
89
|
$search = request()->input('search');
|
|
|
|
90
|
+// $result = ProjectAssociationServices::getInstance()->getAiccWechatLists($isRes, $app, $cache);
|
|
90
|
$result = ProjectAssociationServices::getInstance()->getWorkChatRoomList($search);
|
91
|
$result = ProjectAssociationServices::getInstance()->getWorkChatRoomList($search);
|
|
91
|
$this->response('success', Code::SUCCESS, $result);
|
92
|
$this->response('success', Code::SUCCESS, $result);
|
|
92
|
}
|
93
|
}
|