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

3 lines
1.6 KiB
Plaintext
Raw Normal View History

Êþº¾4&$%insert#(Lcom/common/entity/AppLogEntity;)IMethodParametersappLogRuntimeVisibleAnnotations&Lorg/apache/ibatis/annotations/Insert;valueÞINSERT INTO applog (es_index, es_type, es_id, es_score, dt_time, collect_time, log_type, trace_id, method, app_name, ip, class_name, env, content, thread_name, log_level, seq, indexed_at, log_date, created_at, updated_at) VALUES (#{esIndex}, #{esType}, #{esId}, #{esScore}, #{dtTime}, #{collectTime}, #{logType}, #{traceId}, #{method}, #{appName}, #{ip}, #{className}, #{env}, #{content}, #{threadName}, #{logLevel}, #{seq}, #{indexedAt}, #{logDate}, #{createdAt}, #{updatedAt})'Lorg/apache/ibatis/annotations/Options;useGeneratedKeys keyPropertyid batchInsert(Ljava/util/List;)IappLogs Signature5(Ljava/util/List<Lcom/common/entity/AppLogEntity;>;)I"RuntimeVisibleParameterAnnotations%Lorg/apache/ibatis/annotations/Param;list existsByEsId(Ljava/lang/String;)ZesId&Lorg/apache/ibatis/annotations/Select;1SELECT COUNT(1) FROM applog WHERE es_id = #{esId}existsByEsIdAndIndex'(Ljava/lang/String;Ljava/lang/String;)ZesIndexKSELECT COUNT(1) FROM applog WHERE es_id = #{esId} AND es_index = #{esIndex}
SourceFileAppLogMapper.java&Lorg/apache/ibatis/annotations/Mapper;com/common/mapper/AppLogMapperjava/lang/Object [s
 Z