Commit 633f03e8 authored by BlackJokerCJ's avatar BlackJokerCJ

xiyi

parent fc88cc7c
......@@ -59,7 +59,7 @@ public class LoanComponentImpl implements LoanComponent {
criteria.andOrderNoEqualTo(orderNo);
criteria.andLoanCreditResultEqualTo("INIT");
example.setOrderByClause("id desc");
example.setOrderByClause("id desc");
List<WindowsLoan> windowsLoans = windowsLoanMapper.selectByExample(example);
return windowsLoans.stream().map(m -> BeanUtil.toBean(m, LoanModel.class)).findFirst().orElse(null);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment