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