From 2482d916fb1322eb814a03f7ef27fff0c20e77e5 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Mon, 18 Mar 2024 11:38:08 +0800
Subject: [PATCH] 地址总表详情查询添加房屋标签

---
 src/main/java/org/springblade/modules/article/entity/ArticleCommentEntity.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/org/springblade/modules/article/entity/ArticleCommentEntity.java b/src/main/java/org/springblade/modules/article/entity/ArticleCommentEntity.java
index f84f402..6efc9af 100644
--- a/src/main/java/org/springblade/modules/article/entity/ArticleCommentEntity.java
+++ b/src/main/java/org/springblade/modules/article/entity/ArticleCommentEntity.java
@@ -133,7 +133,7 @@
 	/**
 	 * 是否删除
 	 */
-	@TableLogic
+	// @TableLogic
 	@ApiModelProperty("是否已删除 0:否  1:是")
 	private Integer isDeleted;
 }

--
Gitblit v1.9.3