Files
ai-security-xdr/haobang-security-dm/syslog-consumer-rule/target/classes/com/common/mapper/DeviceReceiveLogMapper.class
T

15 lines
3.2 KiB
Plaintext
Raw Normal View History

Êþº¾4@>?insert'(Lcom/common/entity/DeviceReceiveLog;)IMethodParameterslog batchInsert(Ljava/util/List;)Ilogs Signature9(Ljava/util/List<Lcom/common/entity/DeviceReceiveLog;>;)I"RuntimeVisibleParameterAnnotations%Lorg/apache/ibatis/annotations/Param;valuelist
selectById6(Ljava/lang/Long;)Lcom/common/entity/DeviceReceiveLog;idselectByDeviceId%(Ljava/lang/Integer;)Ljava/util/List;deviceIdK(Ljava/lang/Integer;)Ljava/util/List<Lcom/common/entity/DeviceReceiveLog;>;selectByCollectId collectIdselectByDeviceIp$(Ljava/lang/String;)Ljava/util/List;deviceIpJ(Ljava/lang/String;)Ljava/util/List<Lcom/common/entity/DeviceReceiveLog;>;selectByTimeRangeD(Ljava/time/LocalDateTime;Ljava/time/LocalDateTime;)Ljava/util/List; startTimeendTimej(Ljava/time/LocalDateTime;Ljava/time/LocalDateTime;)Ljava/util/List<Lcom/common/entity/DeviceReceiveLog;>;selectByCondition6(Lcom/common/entity/DeviceReceiveLog;)Ljava/util/List; condition\(Lcom/common/entity/DeviceReceiveLog;)Ljava/util/List<Lcom/common/entity/DeviceReceiveLog;>;countByCondition6(Lcom/common/entity/DeviceReceiveLog;)Ljava/lang/Long;deleteByTimeRange5(Ljava/time/LocalDateTime;Ljava/time/LocalDateTime;)I selectRecentlimitcountByDeviceGroup()Ljava/util/List;I()Ljava/util/List<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;selectDailySuccessTimes=()Ljava/util/List<Lcom/common/entity/DeviceCollectTaskTime;>;RuntimeVisibleAnnotations&Lorg/apache/ibatis/annotations/Select;ªSELECT device_collect_id, MAX(created_at) AS last_success_time FROM device_receive_log WHERE push_success = true AND created_at >= CURRENT_DATE GROUP BY device_collect_idselectDailyFailTimes¨SELECT device_collect_id, MAX(created_at) AS last_fail_time FROM device_receive_log WHERE push_success = false AND created_at >= CURRENT_DATE GROUP BY device_collect_idselectFirstSuccessTimesŒSELECT device_collect_id, MIN(created_at) AS first_success_time FROM device_receive_log WHERE push_success = true GROUP BY device_collect_idselectSuccessTimesByRangeo(Ljava/time/LocalDateTime;Ljava/time/LocalDateTime;)Ljava/util/List<Lcom/common/entity/DeviceCollectTaskTime;>;åSELECT device_collect_id, MIN(created_at) AS first_time, MAX(created_at) AS last_success_time FROM device_receive_log WHERE push_success = true AND created_at >= #{startTime} AND created_at < #{endTime} GROUP BY device_collect_id
SourceFileDeviceReceiveLogMapper.java&Lorg/apache/ibatis/annotations/Mapper;(com/common/mapper/DeviceReceiveLogMapperjava/lang/Object
 
s 
s
 
s
 
s
 
s 
! 
s
s "#$