zxz 2 éve
szülő
commit
ae018533db

+ 1 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/service/impl/CommonUserServiceImpl.java

@@ -890,7 +890,7 @@ public class CommonUserServiceImpl extends ServiceImpl<CommonUserMapper, CommonU
         if (noticeTask.getCreateUserId() == null || noticeTask.getCreateUserId().isEmpty()) {
             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("pageSize", noticeTask.getPageSize());
         pageView.put("currentPage", noticeTask.getCurrentPage());