提交 2a8f647d authored 作者: liuhaiquan's avatar liuhaiquan

修改申请借款详情

上级 9dcc3f1a
......@@ -18,14 +18,17 @@ import java.util.List;
@Setter
public class OwnerLoanRecordDetail {
@ApiModelProperty("借款方下拉选")
@ApiModelProperty("公司名称(借款方)")
private String companyName;
@ApiModelProperty("借出方下拉选")
private List<BorrowerSelectVO> borrowerList;
@ApiModelProperty("借款方下拉选")
@ApiModelProperty("收款方")
private List<PayeeVO> payeeList;
@ApiModelProperty("公司名称")
private String companyName;
......
......@@ -256,7 +256,7 @@ public class OwnerLoanRecordServiceImpl implements OwnerLoanRecordService {
Result::succeed).map(Result::getData).orElseThrow(ResultCodeEnum.FAIL);
detail.setCompanyName(ownerInfoFeignVO.getCompanyName());
//款方
//款方
List<PayeeVO> payeeList =ClxPayeeConfig.payeeList.stream().map(
item-> PayeeVO.builder().name(item.getName()).account(item.getAccount()).id(item.getId()).build()
).collect(Collectors.toList());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论