交友结束处理
This commit is contained in:
@@ -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) {
|
||||
//查询交友信息
|
||||
|
||||
Reference in New Issue
Block a user