|
|
|
@ -122,7 +122,9 @@ public class ProductInfoServiceImpl implements ProductInfoService {
|
|
|
|
|
int offset = (productInfoFilterRequest.getPage() - 1) * productInfoFilterRequest.getLimit();
|
|
|
|
|
productInfoFilterRequest.setPage(offset);
|
|
|
|
|
productInfoFilterRequest.setLimit(productInfoFilterRequest.getLimit());
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
productInfoFilterRequest.setPage(1);
|
|
|
|
|
productInfoFilterRequest.setLimit(10);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
List<ProductInfoEntity> data = productInfoDao.filterUdiNoPage(productInfoFilterRequest);
|
|
|
|
|