|
|
$info['point_count'] = $this->model->where(['point_id'=>$info['id'],'mark'=>1])->count('id');
|
|
$info['point_count'] = $this->model->where(['point_id'=>$info['id'],'mark'=>1])->count('id');
|
|
|
RedisService::set($cacheKey, $info, rand(10, 20));
|
|
RedisService::set($cacheKey, $info, rand(10, 20));
|