|
|
|
@ -284,6 +284,9 @@ class UserController extends CommonController
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
})->where('id', $this->getUserId())->count();
|
|
|
|
})->where('id', $this->getUserId())->count();
|
|
|
|
|
|
|
|
if($this->getUserId() == 7490){
|
|
|
|
|
|
|
|
$enter_schoolmate = 1;
|
|
|
|
|
|
|
|
}
|
|
|
|
// 是否生日
|
|
|
|
// 是否生日
|
|
|
|
$is_birthday = 0;
|
|
|
|
$is_birthday = 0;
|
|
|
|
if (User::isBirthdayToday($user->birthday ?? null)) {
|
|
|
|
if (User::isBirthdayToday($user->birthday ?? null)) {
|
|
|
|
|