交友结束处理

This commit is contained in:
2025-09-10 18:39:54 +08:00
parent d809facdbf
commit c9381ffa61
2 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ class FriendEnd
{
//清除交友房过期数据
$room_list = db::name('vs_room')->where(['type_id'=>7])->whereIn('step', [2,3])
->field(['id','room_name','room_cover','step'])->select();
->field(['id','step'])->select();
if(!empty($room_list)){
foreach ($room_list as $room) {
//查询交友信息