update 流程中心

This commit is contained in:
lijiarao
2023-11-28 17:48:03 +08:00
parent cbc2b80fba
commit 85c048f08a
2 changed files with 26 additions and 4 deletions
@@ -93,7 +93,7 @@ public class WorkCenterController {
QueryWrapper<ProcessAll> queryWrapper = getProcessAllQueryWrapper(processAll);
LoginUser loginUser = (LoginUser) SecurityUtils.getSubject().getPrincipal();
String userId = loginUser.getId();
queryWrapper.eq("pa.user_id",userId);
queryWrapper.eq("pa.create_user_id",userId);
Page<ProcessAll> page = new Page<>(pageNo, pageSize);
IPage<ProcessAll> sentList = processAllService.getSentList(page, queryWrapper);