kaiyu
2021-03-15 a3af0cf745d7a1632e2b803ca23387c226b13e29
screen-manage/src/main/java/com/moral/api/pojo/vo/AccountVO.java
@@ -82,7 +82,7 @@
    private List<ManageRole> roles;
    public static AccountVO convertToInsert(AccountDTO dto){
    public static AccountVO convertToInsertPage(AccountDTO dto){
        AccountVO vo = new AccountVO();
        if(dto.getCode()==AccountDTO.SUCCESS){
            Integer id = dto.getAccount().getId();