Commit f956a0b7 authored by zhuwei's avatar zhuwei

1

parent 6614b0dd
......@@ -604,6 +604,11 @@ class OfficeRoomService
return ['status'=>101,'msg'=>'此房源不存在'];
}
$result['price_total'] = $result['price_total'] * 0.01;
$result['slotting_fee'] = $result['slotting_fee'] * 0.01;
$result['management_fee'] = $result['management_fee'] * 0.01;
//轮播图
$result['carousel_image'] = $this->getCarouselImage($result['id']);
//上传人
......
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