master
cody 7 days ago
parent 92001472ba
commit f37c9e9c68

@ -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)) {

Loading…
Cancel
Save