SELECT COUNT(*) FROM xhpc_station_internet_blacklist
where internet_user_id = (select internet_user_id from xhpc_internet_user where operator_id_evcs = #{operatorIdEvcs} and del_flag=0 limit 1)
and status =0 and charging_station_id =(select charging_station_id from xhpc_terminal where serial_number=#{connectorId} and del_flag=0 and status=0 limit 1)