|
@@ -226,7 +226,6 @@ public class DeliveryItemsServiceImpl extends ServiceImpl<DeliveryItemsMapper, D
|
|
|
//从缓存中获得库存
|
|
//从缓存中获得库存
|
|
|
// redisClient.basicData("all");
|
|
// redisClient.basicData("all");
|
|
|
List<StockGoods> stockGoodsList = stockGoodsClient.selectStockGoodsAll();
|
|
List<StockGoods> stockGoodsList = stockGoodsClient.selectStockGoodsAll();
|
|
|
- ;
|
|
|
|
|
|
|
|
|
|
if (CollectionUtils.isNotEmpty(collect)) {
|
|
if (CollectionUtils.isNotEmpty(collect)) {
|
|
|
List<DeliveryItems> deliveryItemsList1 = new ArrayList<>();
|
|
List<DeliveryItems> deliveryItemsList1 = new ArrayList<>();
|