Commit 2a943e8b authored by liuyuzhen's avatar liuyuzhen

下单缓存问题

parent f825bca4
......@@ -262,6 +262,14 @@ class PBundlingModel extends \DAO\AbstractModel {
$pBundlingDao->tableDelAll($pBundlingDao->tableKeys('*'.\Our\NameConst::blGoods.$goodsCommonId));
}
/**
* 根据GoodsCommonIds反向更新组合销售数据
* @param $goodsCommonId
*/
public function updatePBundlingByGoodsCommonId($goodsCommonId){
}
public function delPBundlingListByStoreIdAndBlIds($storeId=false,$blId=false){
if($blId){
\Our\RedisHelper::delCachedFunction(\Redis\Db4\PBundlingRedisModel::getInstance(),array(&$this, 'getList'),array(),array('*'.$blId.'*'));
......
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