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

Merge remote-tracking branch 'origin/v10.7_borrowing_and_repayment_20240118' into test

......@@ -233,12 +233,13 @@ public class OwnerLoanRecordServiceImpl implements OwnerLoanRecordService {
}
}
}
} else {
//拒绝
ownerLoanRecord.setRejectReason(param.getRejectReason());
ownerLoanRecord.setLoanType(param.getLoanType());
ownerLoanRecord.setStatus(OwnerLoanRecordEnum.Status.APPROVE_REFUSE.getCode());
ownerLoanRecord.setApproveBy(TokenUtil.getLoginUserInfo().getUserName());
ownerLoanRecord.setApproveTime(LocalDateTime.now());
}
//更新借款记录
ownerLoanRecordDao.updateEntityByKey(ownerLoanRecord);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论