فهرست منبع

自助建站-ai会话-获取消息列表

FengR 1 ماه پیش
والد
کامیت
d7d92e2f3e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/JsonRpc/PublicRpcService.php

+ 1 - 1
app/JsonRpc/PublicRpcService.php

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