@@ -477,6 +477,7 @@ class UserOrder extends Model
$this['get_at']=time();
}
$this->save();
+ $this->notifySender();
/** 更新状态 */
public function updateStatus($status,User $user){