screen-manage/src/main/java/com/moral/api/pojo/vo/account/AccountInsertVO.java
@@ -28,6 +28,7 @@ * @Author: 陈凯裕 * @Date: 2021/3/15 */ public static AccountInsertVO convert(AccountInsertDTO dto) { if (dto.getCode() != ResponseCodeEnum.SUCCESS.getCode()) return null;