Authored by mali

库存管理

... ... @@ -303,7 +303,7 @@ public static void main(String[] args) {
bo.getMidSortId(),
bo.getBrandId(),
bo.getShelveStatus(),
bo.getStart(),
bo.getStartIndex(),
bo.getRows());
productList.forEach(p -> {
ProductResponceBo b = new ProductResponceBo();
... ... @@ -390,7 +390,7 @@ public static void main(String[] args) {
bo.getSellerUid(),
bo.getHasStock(),
bo.getSkup(),
bo.getStart(),
bo.getStartIndex(),
bo.getRows());
List<Integer> productIdList = CollectionUtil.distinct(productList, Product::getId);
productList = productMapper.selectProductListByIds(productIdList);
... ... @@ -469,7 +469,7 @@ public static void main(String[] args) {
bo.getStatus(),
bo.getSkup(),
bo.getStorageId(),
bo.getStart(),
bo.getStartIndex(),
bo.getRows());
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
storagePrice.forEach(sp -> {
... ...