From 5d28504f20eecb596a4c1ca4a6a0641e663ce717 Mon Sep 17 00:00:00 2001 From: cdf <857448963@qq.com> Date: Thu, 29 Aug 2024 16:01:32 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=AE=A1=E8=AE=A1=E6=97=A5=E5=BF=97=E5=A4=84?= =?UTF-8?q?=E7=90=862?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/njcn/common/pojo/dto/LogInfoDTO.java | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/pqs-common/common-core/src/main/java/com/njcn/common/pojo/dto/LogInfoDTO.java b/pqs-common/common-core/src/main/java/com/njcn/common/pojo/dto/LogInfoDTO.java index c45a31b57..bdbaa5054 100644 --- a/pqs-common/common-core/src/main/java/com/njcn/common/pojo/dto/LogInfoDTO.java +++ b/pqs-common/common-core/src/main/java/com/njcn/common/pojo/dto/LogInfoDTO.java @@ -76,18 +76,5 @@ public class LogInfoDTO implements Serializable { @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private LocalDateTime createTime; - public LogInfoDTO(String loginName, String userName, String ip, String operate, String operateType, Integer result, String failReason, Integer level, Integer type, String serviceName, String userIndex, LocalDateTime createTime) { - this.loginName = loginName; - this.userName = userName; - this.ip = ip; - this.operate = operate; - this.operateType = operateType; - this.result = result; - this.failReason = failReason; - this.level = level; - this.type = type; - this.serviceName = serviceName; - this.userIndex = userIndex; - this.createTime = createTime; - } + }