Commit a82b2737 authored by zhuwei's avatar zhuwei

1

parent 64794c0f
......@@ -207,7 +207,7 @@ class ClinchMap extends Basic
$month_user_num = $this->getUserNum($params);
$redis->set($this->redis_user_prefix.$key, $month_user_num); //商铺自动下架天数
$redis->set($this->redis_user_prefix.$key, $month_user_num);
} else {
$month_user_num = $redis->get($this->redis_user_prefix.$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