62175问题处理-已发流程中不展示自己的数据
This commit is contained in:
+1
@@ -7,6 +7,7 @@ public enum TaskStatusEnum {
|
||||
|
||||
NOT_DONE("待办","NotDone"), // 未完成
|
||||
HAVE_DONE("已办","haveDone"), // 已完成
|
||||
HAVE_SENT("已发","haveSent"), // 已发
|
||||
SHOW_FLAG("展示数据","showData") // 展示数据
|
||||
;
|
||||
|
||||
|
||||
+1
@@ -238,6 +238,7 @@ public class ProcessInfoEOServiceImpl extends ServiceImpl<ProcessInfoEOMapper, P
|
||||
params.put("flowTypeList",flowTypeList);
|
||||
params.put("currentUserId",currentUser.getId());
|
||||
params.put("queryType","issuedProcess");
|
||||
params.put("taskStatus", TaskStatusEnum.HAVE_DONE.getValue());
|
||||
|
||||
IPage page = new Page(pageNo, pageSize);
|
||||
IPage<ProcessInfoVO> result = this.baseMapper.queryProjectProcessPageList(page,params);
|
||||
|
||||
Reference in New Issue
Block a user