From ca93fe7eb03bec91d5cb9f45ebb3b6c98819b7ff Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 25 Dec 2023 18:01:09 +0800
Subject: [PATCH] 我的任务,里面审核搜索加上时间条件
---
src/main/java/org/springblade/modules/task/entity/TaskCampusReportingEventEntity.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/springblade/modules/task/entity/TaskCampusReportingEventEntity.java b/src/main/java/org/springblade/modules/task/entity/TaskCampusReportingEventEntity.java
index 2ef97d2..5a7799a 100644
--- a/src/main/java/org/springblade/modules/task/entity/TaskCampusReportingEventEntity.java
+++ b/src/main/java/org/springblade/modules/task/entity/TaskCampusReportingEventEntity.java
@@ -52,7 +52,7 @@
/** 场所ID */
@ApiModelProperty(value = "场所ID", example = "")
@TableField("place_id")
- private Integer placeId;
+ private Long placeId;
/** 小区ID */
@ApiModelProperty(value = "小区ID", example = "")
@@ -114,7 +114,7 @@
/** 确认用户ID */
@ApiModelProperty(value = "确认用户ID", example = "")
@TableField("confirm_user_id")
- private Integer confirmUserId;
+ private Long confirmUserId;
/** 确认用户ID */
@ApiModelProperty(value = "确认用户ID", example = "")
--
Gitblit v1.9.3