Commit 1f1be260 authored by hujun's avatar hujun

操作人id

parent 50102681
......@@ -68,7 +68,7 @@ class HouseService
if ($data['is_exclusive_type'] == 1) {
$remark .= ',独家有效期 '.$data['agent_start_time'].'—'.$data['agent_end_time'];
}
$m_operating->record(0, 6, $remark, $house_id);
$m_operating->record($agent_id, 6, $remark, $house_id);
}
if (empty($house_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