From c0fc0690befe3a41d38c1d2ea116a37165f80004 Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Wed, 14 Aug 2024 10:57:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=9C=BA=E6=89=80=E5=87=BA=E5=85=A5?= =?UTF-8?q?=E7=99=BB=E8=AE=B0=E6=8E=A5=E5=8F=A3=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/ruoyi/system/domain/place/TdPlaceRegist.java | 5 +++++ .../src/main/resources/mapper/system/TdPlaceRegistMapper.xml | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/place/TdPlaceRegist.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/place/TdPlaceRegist.java index 4c2ad5b..1d954da 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/place/TdPlaceRegist.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/place/TdPlaceRegist.java @@ -76,6 +76,11 @@ public class TdPlaceRegist extends BaseEntity { */ private Long deptId; + /** + * 所属单位 + */ + private String deptName; + @TableField(exist = false) private static final long serialVersionUID = 1L; diff --git a/ruoyi-system/src/main/resources/mapper/system/TdPlaceRegistMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TdPlaceRegistMapper.xml index 3f9fcc9..fd1fdbe 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TdPlaceRegistMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TdPlaceRegistMapper.xml @@ -15,6 +15,7 @@ + @@ -27,7 +28,7 @@ regist_name,regist_time,subject_matter, access_time,leave_time,entourage_name, dept_id,create_by,create_time, - update_by,update_time,remark + update_by,update_time,remark,dept_name