bug修改

purchase
anthonyywj2 3 years ago
parent 4233afd2d0
commit b3c8f5b5fd

@ -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);

Loading…
Cancel
Save