|
|
@ -116,6 +116,7 @@ public class BsSgcYxjdDynamicCreditController extends BaseController { |
|
|
|
creditList = creditList.stream().filter(x -> !x.getStatus().equals("0")).collect(Collectors.toList()); |
|
|
|
creditList = creditList.stream().distinct().collect(Collectors.toList()); |
|
|
|
page.setRecords(creditList); |
|
|
|
page.setTotal(creditList.size()); |
|
|
|
return page; |
|
|
|
} else { |
|
|
|
return bsSgcYxjdDynamicCreditService.selectPage(sp); |
|
|
|