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