Commit a200b580 authored by hujun's avatar hujun

Merge branch '0529-v3.3.0' of gitee.com:zwyjjc/tl_estate into 0529-v3.3.0

parents a3132feb 78fc8d40
...@@ -608,9 +608,10 @@ class OfficeRoomService ...@@ -608,9 +608,10 @@ class OfficeRoomService
$agent = []; $agent = [];
$redis_service = new RedisCacheService(); $redis_service = new RedisCacheService();
$res = $redis_service->getRedisCache(2, $agent_id); $res = $redis_service->getRedisCache(2, $agent_id);
if($res) if($res){
$agent['name'] = $res['name']; $agent['name'] = $res['name'];
$agent['phone'] = $res['phone']; $agent['phone'] = $res['phone'];
}
return $agent; return $agent;
} }
......
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