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 select from td_meeting diff --git a/ruoyi-system/src/main/resources/mapper/system/TdPlaceMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TdPlaceMapper.xml index 8e51f71..48f038f 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TdPlaceMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TdPlaceMapper.xml @@ -18,12 +18,13 @@ + id,place_name,place_rule, create_by,create_time,update_by, - update_time,remark,after_time,after_name,after_rule,state,is_dissolve + update_time,remark,after_time,after_name,after_rule,state,is_dissolve,dept_id