From 12c5cde399d4425487e63c92a19b64bb37c43813 Mon Sep 17 00:00:00 2001
From: 20918 <2091823062@qq.com>
Date: Thu, 31 Oct 2024 17:06:31 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/java/com/ruoyi/system/domain/TdMeeting.java | 5 +++++
.../java/com/ruoyi/system/domain/check/TdCheckReport.java | 5 +++++
.../src/main/java/com/ruoyi/system/domain/place/TdPlace.java | 5 +++++
.../src/main/resources/mapper/system/TdCheckReportMapper.xml | 3 ++-
.../src/main/resources/mapper/system/TdMeetingMapper.xml | 3 ++-
.../src/main/resources/mapper/system/TdPlaceMapper.xml | 3 ++-
6 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/TdMeeting.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/TdMeeting.java
index 04fda61..7ed9136 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/TdMeeting.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/TdMeeting.java
@@ -79,6 +79,11 @@ public class TdMeeting extends BaseEntity {
*/
private String fileName;
+ /**
+ * 部门
+ */
+ private Long deptId;
+
@TableField(exist = false)
private static final long serialVersionUID = 1L;
}
\ No newline at end of file
diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/check/TdCheckReport.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/check/TdCheckReport.java
index 1d7029a..7be86e8 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/check/TdCheckReport.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/check/TdCheckReport.java
@@ -109,6 +109,11 @@ public class TdCheckReport implements Serializable {
@Excel(name = "备注")
private String remark;
+ /**
+ * 部门
+ */
+ private Long deptId;
+
@TableField(exist = false)
private static final long serialVersionUID = 1L;
diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/place/TdPlace.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/place/TdPlace.java
index 38391b7..e5ed67e 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/place/TdPlace.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/place/TdPlace.java
@@ -65,6 +65,11 @@ public class TdPlace extends BaseEntity {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date afterTime;
+ /**
+ * 部门
+ */
+ private Long deptId;
+
@TableField(exist = false)
private static final long serialVersionUID = 1L;
diff --git a/ruoyi-system/src/main/resources/mapper/system/TdCheckReportMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TdCheckReportMapper.xml
index 847d4ef..ea5cbc3 100644
--- a/ruoyi-system/src/main/resources/mapper/system/TdCheckReportMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/TdCheckReportMapper.xml
@@ -20,13 +20,14 @@
+
check_id,adduser,depart,
check_start_time,check_end_time,check_type,
area,framework,check_state,
- check_name,create_time,total_score,real_score,percentage_score,remark
+ check_name,create_time,total_score,real_score,percentage_score,remark,dept_id