where('deposit_type', User::DEPOSIT_CARD) ->where('deposit_expire_time', '<', Carbon::now()) ->update(['is_deposit' => User::DEPOSIT_NO, 'deposit_type' => User::DEPOSIT_TYPE_NO, 'deposit_money' => 0]); } }