@Select("SELECT created_time as createdTime, avg( `value_f` ) as valueF FROM iot_data.indicator_data WHERE gateway_id = #{gatewayId} AND equipment_index_name = #{equipmentIndexName} AND ts > #{date} GROUP BY created_time order by created_time desc LIMIT #{limitNum}")