|
@@ -890,7 +890,7 @@ public class CommonUserServiceImpl extends ServiceImpl<CommonUserMapper, CommonU
|
|
if (noticeTask.getCreateUserId() == null || noticeTask.getCreateUserId().isEmpty()) {
|
|
if (noticeTask.getCreateUserId() == null || noticeTask.getCreateUserId().isEmpty()) {
|
|
noticeTask.setCreateUserId(AuthSecurityUtils.getCurrentUserId());
|
|
noticeTask.setCreateUserId(AuthSecurityUtils.getCurrentUserId());
|
|
}
|
|
}
|
|
- pageView.put("name", AuthSecurityUtils.getStaffById(noticeTask.getCreateUserId()).getStaffName()+"提交");
|
|
|
|
|
|
+ pageView.put("name", AuthSecurityUtils.getStaffById(noticeTask.getCreateUserId()).getStaffName());
|
|
pageView.put("roleId", AuthSecurityUtils.getStaffById(AuthSecurityUtils.getCurrentUserId()).getMajorRoleId());
|
|
pageView.put("roleId", AuthSecurityUtils.getStaffById(AuthSecurityUtils.getCurrentUserId()).getMajorRoleId());
|
|
pageView.put("pageSize", noticeTask.getPageSize());
|
|
pageView.put("pageSize", noticeTask.getPageSize());
|
|
pageView.put("currentPage", noticeTask.getCurrentPage());
|
|
pageView.put("currentPage", noticeTask.getCurrentPage());
|