Commit 3f0f3c1b by 阳浪

附件更新名字

parent c41416d0
...@@ -280,9 +280,6 @@ public class GroupController { ...@@ -280,9 +280,6 @@ public class GroupController {
com.yizhi.system.application.domain.AuthzUserGroup group = (com.yizhi.system.application.domain.AuthzUserGroup) converter.toDO(groupVO, com.yizhi.system.application.domain.AuthzUserGroup.class); com.yizhi.system.application.domain.AuthzUserGroup group = (com.yizhi.system.application.domain.AuthzUserGroup) converter.toDO(groupVO, com.yizhi.system.application.domain.AuthzUserGroup.class);
group.setCompanyId(ContextHolder.get().getCompanyId()); group.setCompanyId(ContextHolder.get().getCompanyId());
group.setSiteId(ContextHolder.get().getSiteId()); group.setSiteId(ContextHolder.get().getSiteId());
if (!ContextHolder.get().isAdmin()) {
group.setCreateById(ContextHolder.get().getAccountId());
}
PageInfo<com.yizhi.system.application.domain.AuthzUserGroup> pageInfo = new PageInfo<>(); PageInfo<com.yizhi.system.application.domain.AuthzUserGroup> pageInfo = new PageInfo<>();
pageInfo.setPageNo(groupVO.getPageNo()); pageInfo.setPageNo(groupVO.getPageNo());
pageInfo.setPageSize(groupVO.getPageSize()); pageInfo.setPageSize(groupVO.getPageSize());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment