feat: 新增
This commit is contained in:
parent
3e8fabbf3a
commit
867411335b
|
@ -65,7 +65,7 @@ class Task3
|
|||
//满足则加80积分
|
||||
// UserRewardDao::base($parent->id, 5, 80, '有效用户奖励');
|
||||
//vip_id等级加1,并更新数据库
|
||||
if($UserPhone->day_score<=140){
|
||||
if($value->day_score<=140){
|
||||
$parent->vip_id += 1;
|
||||
//今天邀请人数加1
|
||||
$parent->today_num += 1;
|
||||
|
|
Loading…
Reference in New Issue