feat: 注释掉 Task3 中的用户奖励逻辑,避免不必要的积分增加

This commit is contained in:
lingling 2025-03-08 02:19:55 +08:00
parent ee28a0bd76
commit 9f0b4cfeeb
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();