|
@@ -113,7 +113,7 @@ public class UserRenewalsFacade extends UserRenewalsServiceImpl {
|
|
|
userRenewalsWrapper.setUserId(userIds);
|
|
|
}
|
|
|
List<RenewalsInfosDTO> list = this.selectUserRenewals(page,userRenewalsWrapper).getRecords();
|
|
|
- List<ProductLineDTO> productList =lantoneProductFacade.productLines();
|
|
|
+ List<ProductLineDTO> productList =lantoneProductFacade.productLinesB();
|
|
|
Map<Long, ProductLineDTO> productMap = EntityUtil.makeEntityMap(productList,"id");
|
|
|
List<Long> userIds =new ArrayList<>();
|
|
|
for (RenewalsInfosDTO renewalsInfosDTO:list) {
|