Commit a2c70cf8 authored by fangliyan's avatar fangliyan

Merge branch 'refs/heads/subscribe2.0' into release_dev_107

parents 79e017aa b79f5917
...@@ -6185,7 +6185,7 @@ if($searcharr['infotype']==4){ ...@@ -6185,7 +6185,7 @@ if($searcharr['infotype']==4){
function getcollectByBaseId($kind,$base_id,$offset=0,$pagesize=0,$city=GB_CITY) function getcollectByBaseId($kind,$base_id,$offset=0,$pagesize=0,$city=GB_CITY)
{ {
$pagesize = $pagesize ? $pagesize : 20; $pagesize = $pagesize ? $pagesize : 20;
$key = $this->memkey.'getcollectByBaseId'.$uid.$kind.$offset.$pagesize.$city; $key = $this->memkey.'getcollectByBaseId'.$base_id.$kind.$offset.$pagesize.$city;
if($this->input->get('update') == 1) if($this->input->get('update') == 1)
{ {
$this->memcached_class->delete($key); $this->memcached_class->delete($key);
......
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