|
|
@ -169,7 +169,7 @@ public class LoanMonthlyAccrualApplyService extends MybatisBaseService<LoanMonth |
|
|
|
queryWrapper.apply(StringUtils.isNotEmpty(head), "date_format (a.dueDate,'%Y-%m-%d') >= date_format('" + head + "','%Y-%m-%d')"). |
|
|
|
apply(StringUtils.isNotEmpty(last), "date_format (a.dueDate,'%Y-%m-%d') <= date_format('" + last + "','%Y-%m-%d')" |
|
|
|
); |
|
|
|
queryWrapper.apply("a.money > 0"); |
|
|
|
queryWrapper.apply("a.settleState != 1"); |
|
|
|
records = baseMapper.selRepaymentDetailsByDueDate(queryWrapper); |
|
|
|
records.removeAll(Collections.singleton(null)); |
|
|
|
if (!records.isEmpty()) { |
|
|
|