kaiyu
2021-03-17 466ee3bc7c7bccf1e74ba46289900e24e6784d7b
screen-manage/src/main/java/com/moral/api/pojo/vo/account/AccountInsertVO.java
@@ -58,7 +58,6 @@
     * */
    public static final String PASSWORD_EXIST_SPECIAL_CHAR = "-7";
    private String code;
    /**
@@ -76,7 +75,6 @@
            String email = dto.getAccount().getEmail();
            String mobile = dto.getAccount().getMobile();
            String wechat = dto.getAccount().getWechat();
            String isDelete = dto.getAccount().getIsDelete();
            //转换成角色名集合
            List<ManageRole> roles = dto.getRoles();
@@ -88,7 +86,6 @@
            vo.setEmail(email);
            vo.setMobile(mobile);
            vo.setWechat(wechat);
            vo.setIsDelete(isDelete);
            vo.setRoleNames(roleNames);
        }