Commit f8dca689 authored by hujun's avatar hujun

//

parent 9c59aea7
...@@ -141,9 +141,9 @@ class HouseService ...@@ -141,9 +141,9 @@ class HouseService
if (!empty($data['shop_area_start']) && $data['shop_area_start'] != $house_data[0]['shop_area_start']) { if (!empty($data['shop_area_start']) && $data['shop_area_start'] != $house_data[0]['shop_area_start']) {
$remark .= ',街铺面积:'.$house_data[0]['shop_area_start'].'修改为'.$data['shop_area_start']; $remark .= ',街铺面积:'.$house_data[0]['shop_area_start'].'修改为'.$data['shop_area_start'];
} }
var_dump($landlord_phone_old);die;
$m_operating->record($agent_id, 6, $remark, $data['id']); $m_operating->record($agent_id, 6, $remark, $data['id']);
die('11111');
if (empty($data['is_exclusive_type'])) { if (empty($data['is_exclusive_type'])) {
$this->delAgentHouse(3, $data['id'], 0); $this->delAgentHouse(3, $data['id'], 0);
unset($data['exclusive_ids']); unset($data['exclusive_ids']);
......
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