Commit d244f731 authored by hujun's avatar hujun

edit

parent 42834ad0
......@@ -134,6 +134,10 @@ class HouseService
}
$m_operating->record($agent_id, 6, $remark, $data['id']);
if (empty($data['is_exclusive_type'])) {
$this->delAgentHouse(3, $data['id']);
}
}
$house_id = $this->m_house->addHouse($data, $agent_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