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();