Commit 8cab0aff authored by hujun's avatar hujun

<> id

parent 78fb7f51
...@@ -81,6 +81,7 @@ class OfficeRoomService ...@@ -81,6 +81,7 @@ class OfficeRoomService
if (isset($data['id'])) { if (isset($data['id'])) {
$scene = 'edit'; $scene = 'edit';
$this->editChangeLog($data, $data['id'], $agent_id); //修改日志记录 $this->editChangeLog($data, $data['id'], $agent_id); //修改日志记录
$where['a.id'] = ['<>', $data['id']]; //重盘查询条件
} else { } else {
$scene = 'add'; $scene = 'add';
} }
......
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