完善更新时间

This commit is contained in:
2023-08-14 16:34:44 +08:00
parent 0e3e56f088
commit 0010fbf84f

View File

@@ -60,9 +60,7 @@ public class BaseEntity {
this.updateUserId = Ctx.isLoggedIn() ? Ctx.getUserId() : "";
if (this.updateTime == null) {
this.updateTime = LocalDateTime.now();
}
this.updateTime = LocalDateTime.now();
}