|
|
@@ -4248,7 +4248,7 @@ class PublicRpcService implements PublicRpcServiceInterface
|
|
|
}
|
|
|
$aichat = Aichat::where('user_id',$data['user_id'])
|
|
|
->where('session_id',$data['session_id'])
|
|
|
- ->orderBy('send_time','desc')
|
|
|
+ ->orderBy('send_time')
|
|
|
->get()->all();
|
|
|
if(empty($aichat)){
|
|
|
return Result::error('消息不存在!');
|