提交 9bf2ebd2 authored 作者: liuhaiquan's avatar liuhaiquan

修改是否开通借款账户字段值

上级 3623c3e2
...@@ -67,6 +67,8 @@ public class OwnerLoanAccountServiceImpl implements OwnerLoanAccountService { ...@@ -67,6 +67,8 @@ public class OwnerLoanAccountServiceImpl implements OwnerLoanAccountService {
return OwnerAccountVO.builder().openAccount(0).build(); return OwnerAccountVO.builder().openAccount(0).build();
} }
OwnerLoanAccount ownerLoanAccount = optional.get(); OwnerLoanAccount ownerLoanAccount = optional.get();
return ownerLoanAccountStruct.convertVO(ownerLoanAccount); OwnerAccountVO ownerAccountVO = ownerLoanAccountStruct.convertVO(ownerLoanAccount);
ownerAccountVO.setOpenAccount(1);
return ownerAccountVO;
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论