Commit b99a4f69 authored by liuyuzhen's avatar liuyuzhen

组合销售缓存删除

parent 631f580c
...@@ -192,6 +192,7 @@ class GoodsModel extends \DAO\AbstractModel { ...@@ -192,6 +192,7 @@ class GoodsModel extends \DAO\AbstractModel {
$goodsCommonRedis->tableHIncrBy($onlineGoodsCommonSaleNumKey,$goodsCommonId,$updateGoodsNum); $goodsCommonRedis->tableHIncrBy($onlineGoodsCommonSaleNumKey,$goodsCommonId,$updateGoodsNum);
} }
} }
\DAO\PBundlingModel::getInstance()->deletePBundlingByGoodsCommonId($goodsCommonId);
} }
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