shish 3 سال پیش
والد
کامیت
6de601d8fe
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      biz-ghs/notify/classes/NotifyClass.php

+ 0 - 1
biz-ghs/notify/classes/NotifyClass.php

@@ -46,7 +46,6 @@ class NotifyClass extends BaseClass
                 ];
                 ];
                 self::add($data);
                 self::add($data);
                 $notifyNum = bcadd($staff->notifyNum, 1);
                 $notifyNum = bcadd($staff->notifyNum, 1);
-                $notifyNum = $notifyNum > 9 ? 9 : $notifyNum;
                 $staff->notifyNum = $notifyNum;
                 $staff->notifyNum = $notifyNum;
                 $staff->save();
                 $staff->save();
             }
             }