Commit 1a73e5da authored by liuyuzhen's avatar liuyuzhen

测试店铺

parent 3968e722
......@@ -69,7 +69,7 @@ class CouponServiceModel extends \Business\AbstractModel{
}
$temp['storeId'] = $coupon['store_id'];
if($temp['storeId']){
$storeInfo = $storeDao->get($temp['storeId'],false);//\Our\RedisHelper::cachedFunction(\Redis\Db6\StoreRedisModel::getInstance(),array(&$storeDao, 'getInfoById'),array($temp['storeId'],'store_name'),\Our\ApiConst::oneHour);
$storeInfo = $storeDao->get($temp['storeId'],false,false);//\Our\RedisHelper::cachedFunction(\Redis\Db6\StoreRedisModel::getInstance(),array(&$storeDao, 'getInfoById'),array($temp['storeId'],'store_name'),\Our\ApiConst::oneHour);
if(!$storeInfo){
continue;
}
......
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