This commit is contained in:
2024-07-12 14:00:35 +08:00
parent 211a3d2a06
commit 606754d200

View File

@@ -67,7 +67,7 @@ class Reportty
if(empty($user)){
return json(Tools::set_fail('用户不存在'));
}
$his_record = Db::table('fa_ty_chathistory')->where('username',$user['username'])->select();
$his_record = Db::table('fa_ty_chathistory')->where('username',$user['username'])->order('id asc')->select();
$config = [
'stream'=>true,