Commit 1bf8c288 authored by liuyuzhen's avatar liuyuzhen

测试商品

parent b9914c40
......@@ -851,8 +851,10 @@ class OrderConfirmUtil {
$storeTopSaleGoodsDao->pushChangeSaleStore($storeId);
}
//删除购物车缓存
$cartRedis = \Redis\Db7\CartRedisModel::getInstance();
$memberCartKey = \Our\NameConst::memberStoreCartsPrefix.'*_'.$storeId;
\Our\Log::getInstance()->write(json_encode($cartRedis->tableKeys($memberCartKey)),'/data/log/apptest');
$cartRedis->tableDelAll($cartRedis->tableKeys($memberCartKey));
}
$this->updateGoodsStorageToDBAndCache($goodsCommonIds,$goodsIds,$blIds,$goodsNewList,$op,$updateSaleNumFlag);
......
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