fix: 恢复有效用户奖励的积分增加逻辑

This commit is contained in:
lingling 2025-02-28 18:16:01 +08:00
parent 4321cf4dad
commit 73268df33d
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class Task3
'income' => 80,
]);
//满足则加80积分
// UserRewardDao::base($parent->id, 5, 80, '有效用户奖励');
UserRewardDao::base($parent->id, 5, 80, '有效用户奖励');
}
}
$parent->save();