perf: AI机器人支持多会话
This commit is contained in:
@@ -541,6 +541,8 @@ class DialogController extends AbstractController
|
||||
//
|
||||
if ($session_id > 0) {
|
||||
$builder->whereSessionId($session_id);
|
||||
} elseif ($dialog->session_id > 0) {
|
||||
$builder->whereSessionId($dialog->session_id);
|
||||
}
|
||||
if ($msg_type) {
|
||||
if ($msg_type === 'tag') {
|
||||
|
||||
Reference in New Issue
Block a user