完成师徒任务

This commit is contained in:
2025-12-11 19:46:45 +08:00
parent 910ab76e2e
commit a61753d3c7
2 changed files with 4 additions and 4 deletions

View File

@@ -184,7 +184,7 @@ class SingerSong extends Model
$frist_song = db::name('vs_song_log')->where(['user_id' => $user_id])->count();
if ($is_students && $frist_song == 1) {
//任务22-邀请徒弟在点唱房点歌0/1
model('Tasks')->tasks_complete($is_students,22,1);
model('Tasks')->tasks_complete($is_students,22,1,$user_id);
}
//获取当前房间内点歌总数