Commit 85d6b00b authored by liuyuzhen's avatar liuyuzhen

组合销售缓存问题

parent e38ff640
...@@ -257,7 +257,7 @@ class PBundlingModel extends \DAO\AbstractModel { ...@@ -257,7 +257,7 @@ class PBundlingModel extends \DAO\AbstractModel {
$pBundlingRedisDao = \Redis\Db4\PBundlingRedisModel::getInstance(); $pBundlingRedisDao = \Redis\Db4\PBundlingRedisModel::getInstance();
$pBundlingRedisDao->tableDelAll($pBundlingRedisDao->tableKeys('gid_'.$blId)); $pBundlingRedisDao->tableDelAll($pBundlingRedisDao->tableKeys('gid_'.$blId));
$groups=\Business\Goods\GroupSaleServiceModel::getInstance()->getPBundlingListByBlIds(array($blId)); $groups=\Business\Goods\GroupSaleServiceModel::getInstance()->getPBundlingListByBlIds(array($blId));
echo var_dump($groups);
\Lock\RedisLock::getInstance()->releaseLock(\Our\NameConst::pBundlingStorageRedisPrefix.$blId); \Lock\RedisLock::getInstance()->releaseLock(\Our\NameConst::pBundlingStorageRedisPrefix.$blId);
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