提交 5bddac27 authored 作者: huyufan's avatar huyufan

bug处理

上级 107ced2e
......@@ -184,6 +184,7 @@ public class OwnerLoanRecordServiceImpl implements OwnerLoanRecordService {
OwnerLoanRecord ownerLoanRecord = ownerLoanRecordDao.getOneByField(OwnerLoanRecord::getLoanNo, param.getLoanNo()).get();
if (!ownerLoanRecord.getStatus().equals(OwnerLoanRecordEnum.Status.APPROVE_WAIT.getCode())) {
log.info("当前借款单单号:{},状态:{}", ownerLoanRecord.getLoanNo(), ownerLoanRecord.getStatus());
throw new ServiceSystemException(PerformanceResultEnum.DATA_NOT_FIND);
}
if (param.getStatus()) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论