Commit 81cd6a13 authored by zw's avatar zw

bug

parent 08ebc110
......@@ -148,7 +148,7 @@ class LookShopService
$lookNum = $this->redis->get("lookNum");
}
if (!$this->redis->hExists($this->nowTime, $agent_id)) { //设置每个经纪人的看铺总
if (!$this->redis->hExists($this->nowTime, $agent_id)) { //初始化经纪人看铺次数和升级次
$this->redis->hSet($this->nowTime, $agent_id, 0); //开始计数
$this->redis->hSet(self::LOOK_UP_NUM . $this->nowTime, $agent_id, 1);//初始次数
}
......
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