shish há 5 meses atrás
pai
commit
2ed2e05425
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      biz-hd/custom/classes/CustomClass.php

+ 1 - 1
biz-hd/custom/classes/CustomClass.php

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