From 342e1ddc1136e22952c1420f93c0baa85df552ad Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Tue, 26 Dec 2023 11:01:57 +0800
Subject: [PATCH] 社区,小区,网格查询修改,报事报修,物业申请数据过滤

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

diff --git a/src/main/java/org/springblade/modules/task/entity/TaskHotelReportingEntity.java b/src/main/java/org/springblade/modules/task/entity/TaskHotelReportingEntity.java
index 23bf3ff..e3a83c8 100644
--- a/src/main/java/org/springblade/modules/task/entity/TaskHotelReportingEntity.java
+++ b/src/main/java/org/springblade/modules/task/entity/TaskHotelReportingEntity.java
@@ -54,7 +54,7 @@
 	 * 场所ID
 	 */
 	@ApiModelProperty(value = "场所ID")
-	private Integer placeId;
+	private Long placeId;
 	/**
 	 * 小区ID
 	 */
@@ -158,7 +158,7 @@
 	 * 确认用户ID
 	 */
 	@ApiModelProperty(value = "确认用户ID")
-	private Integer confirmUserId;
+	private Long confirmUserId;
 	/**
 	 * 确认用户ID
 	 */

--
Gitblit v1.9.3