Commit 56947afd authored by liuyuzhen's avatar liuyuzhen

清除pbundling的var_dump

parent 0b75ce90
...@@ -257,7 +257,6 @@ class PBundlingModel extends \DAO\AbstractModel { ...@@ -257,7 +257,6 @@ 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));
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