Commit c0e028b3 authored by liuyuzhen's avatar liuyuzhen

测试商品

parent 57b821d9
...@@ -850,6 +850,10 @@ class OrderConfirmUtil { ...@@ -850,6 +850,10 @@ class OrderConfirmUtil {
$storeTopSaleGoodsDao = \DAO\Goods\StoreTopSaleGoodsModel::getInstance(); $storeTopSaleGoodsDao = \DAO\Goods\StoreTopSaleGoodsModel::getInstance();
$storeTopSaleGoodsDao->pushChangeSaleStore($storeId); $storeTopSaleGoodsDao->pushChangeSaleStore($storeId);
} }
//删除购物车缓存
$cartRedis = \Redis\Db7\CartRedisModel::getInstance();
$memberCartKey = \Our\NameConst::memberStoreCartsPrefix.'*_'.$storeId;
$cartRedis->tableDelAll($cartRedis->tableKeys($memberCartKey));
} }
$this->updateGoodsStorageToDBAndCache($goodsCommonIds,$goodsIds,$blIds,$goodsNewList,$op,$updateSaleNumFlag); $this->updateGoodsStorageToDBAndCache($goodsCommonIds,$goodsIds,$blIds,$goodsNewList,$op,$updateSaleNumFlag);
return true; return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment