Showing
1 changed file
with
3 additions
and
3 deletions
@@ -303,7 +303,7 @@ public static void main(String[] args) { | @@ -303,7 +303,7 @@ public static void main(String[] args) { | ||
303 | bo.getMidSortId(), | 303 | bo.getMidSortId(), |
304 | bo.getBrandId(), | 304 | bo.getBrandId(), |
305 | bo.getShelveStatus(), | 305 | bo.getShelveStatus(), |
306 | - bo.getStart(), | 306 | + bo.getStartIndex(), |
307 | bo.getRows()); | 307 | bo.getRows()); |
308 | productList.forEach(p -> { | 308 | productList.forEach(p -> { |
309 | ProductResponceBo b = new ProductResponceBo(); | 309 | ProductResponceBo b = new ProductResponceBo(); |
@@ -390,7 +390,7 @@ public static void main(String[] args) { | @@ -390,7 +390,7 @@ public static void main(String[] args) { | ||
390 | bo.getSellerUid(), | 390 | bo.getSellerUid(), |
391 | bo.getHasStock(), | 391 | bo.getHasStock(), |
392 | bo.getSkup(), | 392 | bo.getSkup(), |
393 | - bo.getStart(), | 393 | + bo.getStartIndex(), |
394 | bo.getRows()); | 394 | bo.getRows()); |
395 | List<Integer> productIdList = CollectionUtil.distinct(productList, Product::getId); | 395 | List<Integer> productIdList = CollectionUtil.distinct(productList, Product::getId); |
396 | productList = productMapper.selectProductListByIds(productIdList); | 396 | productList = productMapper.selectProductListByIds(productIdList); |
@@ -469,7 +469,7 @@ public static void main(String[] args) { | @@ -469,7 +469,7 @@ public static void main(String[] args) { | ||
469 | bo.getStatus(), | 469 | bo.getStatus(), |
470 | bo.getSkup(), | 470 | bo.getSkup(), |
471 | bo.getStorageId(), | 471 | bo.getStorageId(), |
472 | - bo.getStart(), | 472 | + bo.getStartIndex(), |
473 | bo.getRows()); | 473 | bo.getRows()); |
474 | SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); | 474 | SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); |
475 | storagePrice.forEach(sp -> { | 475 | storagePrice.forEach(sp -> { |
-
Please register or login to post a comment