From 773c1d40e9081d8eed0c4da2fe5c8201df57f918 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 07 Aug 2024 16:25:43 +0800
Subject: [PATCH] sql 输入 1=1 返回正常的结果问题处理
---
src/main/java/org/springblade/modules/house/entity/UserHouseLabelEntity.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/java/org/springblade/modules/house/entity/UserHouseLabelEntity.java b/src/main/java/org/springblade/modules/house/entity/UserHouseLabelEntity.java
index b064633..06c8c0f 100644
--- a/src/main/java/org/springblade/modules/house/entity/UserHouseLabelEntity.java
+++ b/src/main/java/org/springblade/modules/house/entity/UserHouseLabelEntity.java
@@ -83,7 +83,10 @@
@TableField("household_id")
private Long householdId;
+ @ApiModelProperty(value = "创建时间", example = "")
@TableField(value = "create_time",fill = FieldFill.INSERT)
private Date createTime;
+ private String taskRange;
+
}
--
Gitblit v1.9.3