Prechádzať zdrojové kódy

私有化部署:将admin插入公司

tangxiangan 10 mesiacov pred
rodič
commit
2f3646ea5d

+ 0 - 1
pdf-tech-core/src/main/java/cn/kdan/pdf/tech/core/service/impl/VppKeyFileServiceImpl.java

@@ -67,7 +67,6 @@ public class VppKeyFileServiceImpl implements VppKeyFileService {
             BeanUtils.copyProperties(vppRTeamMemberRole, adminRTeamMemberRole);
             adminRTeamMemberRole.setMemberId("1");
             adminRTeamMemberRole.setId(UUID.randomUUID().toString());
-            adminRTeamMemberRole.setRoleId(RoleEnum.TEAM_ADMIN.code());
             vppRTeamMemberRoleService.insert(adminRTeamMemberRole);
         }