From 52d41e9e36b84d3f4b548e8155fd56cba7281fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Sat, 3 Jan 2026 11:31:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A4=E5=8F=8B=E7=BB=93=E6=9D=9F=20?= =?UTF-8?q?=E9=83=A8=E5=88=86=E9=80=BB=E8=BE=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Friend.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/api/model/Friend.php b/application/api/model/Friend.php index 580d71fe..a98f9475 100644 --- a/application/api/model/Friend.php +++ b/application/api/model/Friend.php @@ -123,6 +123,7 @@ class Friend extends Model }else{ // 修改当前交友阶段 db::name('vs_room')->where(['id' => $room_id])->update(['step' => $step,'updatetime' => time()]); + db::name('vs_user_friending')->where(['id' => $id])->update(['update_time' => time()]); } }else{ $step = 1;//结束下一轮