fix: 注释掉有效用户奖励的积分增加逻辑

This commit is contained in:
lingling 2025-02-28 17:50:15 +08:00
parent 111a7fb1a2
commit d98f2a588a
1 changed files with 1 additions and 1 deletions

View File

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