Commit 9b7114e0 authored by hujun's avatar hujun

文字修改

parent 14c083a2
...@@ -447,7 +447,7 @@ class Houses extends Basic ...@@ -447,7 +447,7 @@ class Houses extends Basic
foreach ($agent_house as $k=>$v) { foreach ($agent_house as $k=>$v) {
$agent_data = $agent->getAgentInfo('name,phone', $this->params['agents_id']); $agent_data = $agent->getAgentInfo('name,phone', $this->params['agents_id']);
$remark = '批量修改方为'.$agent_data['name'].'-'.$agent_data['phone']; $remark = '批量修改盘方方为'.$agent_data['name'].'-'.$agent_data['phone'];
$records->record($this->userId, 2, $remark, $v['houses_id'], $v['id']); $records->record($this->userId, 2, $remark, $v['houses_id'], $v['id']);
} }
$agent->commit(); $agent->commit();
......
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