|
|
@@ -698,7 +698,7 @@ class CustomClass extends BaseClass
|
|
|
CustomClass::updateByCondition(['userId' => $userId], ['birthday' => $birthday]);
|
|
|
} catch (\InvalidArgumentException $e) {
|
|
|
$msg = $e->getMessage();
|
|
|
- noticeUtil::push("更新生日出错了,userId:" . $userId . ' ' . $msg, '15280215347');
|
|
|
+ noticeUtil::push("同步生日出错了,请检查确认,userId:" . $userId . ' ' . $msg, '15280215347');
|
|
|
$birthday = '0000-00-00 00:00:00';
|
|
|
}
|
|
|
} else {
|