shish 5 luni în urmă
părinte
comite
76bfd7cb08
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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]);
                         } 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 {