feat(oa): 任务管理中增加按部门筛选功能
- 在 SysOaTaskBo 中添加 deptId 字段,用于部门筛选- 在 SysOaTaskController 中暂未添加相关处理逻辑 - 在 SysOaTaskServiceImpl 中添加了按部门 ID 筛选的条件
This commit is contained in:
@@ -186,4 +186,6 @@ public class SysOaTaskBo extends BaseEntity {
|
||||
private String files;
|
||||
//project_code
|
||||
private String projectCode;
|
||||
//部门id
|
||||
private Long deptId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user