Commit 37e516ca authored by liuyuzhen's avatar liuyuzhen

三级分类问题

parent da26696d
......@@ -34,7 +34,7 @@ class GoodsClassThirdModel extends \DAO\AbstractModel{
public function getListByIdsFromCache($ids){
$field = $this->thirdStoreClassField;
$returnList = \Our\RedisHelper::cachedFunction(\Redis\Db3\GoodsClassThirdModelRedisModel::getInstance(),array(&$this, 'getListByIds'),array($ids,$field),\Our\ApiConst::oneDaySecond);
$returnList = \Our\RedisHelper::cachedFunction(\Redis\Db3\GoodsClassThirdRedisModel::getInstance(),array(&$this, 'getListByIds'),array($ids,$field),\Our\ApiConst::oneDaySecond);
return $returnList;
}
......
......@@ -6,7 +6,7 @@ namespace Redis\Db3;
* Time: 17:54
* Description:
*/
class GoodsClassThirdModelRedisModel extends \Redis\Db3\AbstractModel{
class GoodsClassThirdRedisModel extends \Redis\Db3\AbstractModel{
/**
* 表名
*
......
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