From 0b7b8ede524a0b82563fa74ebe234b59c29463ab Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 28 Jun 2024 16:58:43 +0800
Subject: [PATCH] 处理一个社区多个派出所,社区编码添加了标识位
---
src/main/java/org/springblade/modules/task/entity/TaskPlaceSelfCheckEntity.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/java/org/springblade/modules/task/entity/TaskPlaceSelfCheckEntity.java b/src/main/java/org/springblade/modules/task/entity/TaskPlaceSelfCheckEntity.java
index 52313ae..72d1e5e 100644
--- a/src/main/java/org/springblade/modules/task/entity/TaskPlaceSelfCheckEntity.java
+++ b/src/main/java/org/springblade/modules/task/entity/TaskPlaceSelfCheckEntity.java
@@ -95,7 +95,7 @@
private Date rectificationCompleteTime;
/** 是否整改完毕:1:否 2 :是 */
- @ApiModelProperty(value = "是否整改完毕:1:否 2 :是", example = "")
+ @ApiModelProperty(value = "是否整改完毕:1:否 2 :是 3:无需整改", example = "")
@TableField("rectification_flag")
private Integer rectificationFlag;
--
Gitblit v1.9.3