Commit 4a926044 authored by zhuwei's avatar zhuwei

查询收藏数据 rent_price * 0.01

parent f85b806c
...@@ -134,6 +134,7 @@ class CollectHouse extends Basic ...@@ -134,6 +134,7 @@ class CollectHouse extends Basic
foreach ($res as $key => $val) { foreach ($res as $key => $val) {
$isLook = $look_shop_service->isLooked($params["agents_id"], $val["id"]); $isLook = $look_shop_service->isLooked($params["agents_id"], $val["id"]);
$res[$key]["is_look"] = $isLook; $res[$key]["is_look"] = $isLook;
$res[$key]["rent_price"] = $val["rent_price"] * 0.01;
} }
//dump($res); //dump($res);
......
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