From c9df4cfec262ca54af52715af60a1276c37d08c5 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 29 一月 2024 20:12:24 +0800
Subject: [PATCH] 111

---
 server/service/src/main/java/com/doumee/dao/business/model/ApplyLog.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/service/src/main/java/com/doumee/dao/business/model/ApplyLog.java b/server/service/src/main/java/com/doumee/dao/business/model/ApplyLog.java
index 8b8f1fe..9f8389c 100644
--- a/server/service/src/main/java/com/doumee/dao/business/model/ApplyLog.java
+++ b/server/service/src/main/java/com/doumee/dao/business/model/ApplyLog.java
@@ -28,7 +28,7 @@
         this.content=content;
         this.applyId = apply.getId();
         this.createDate =apply.getEditDate();
-        this.editor =apply.getEditor();
+        this.creator =apply.getEditor();
         this.status = apply.getStatus();
         this.objId=objId;
         this.objType = objType;
@@ -40,7 +40,7 @@
         this.content=content;
         this.applyId = apply.getId();
         this.createDate =apply.getEditDate();
-        this.editor =apply.getEditor();
+        this.creator =apply.getEditor();
         this.status = apply.getStatus();
         this.objId=objId;
         this.objType = objType;

--
Gitblit v1.9.3