where('bid',$bid) ->count(); } //创建提醒 static function add($uid,$bid) { return self::firstOrCreate(compact('bid','uid')); } }