Commit f4149822 authored by hujun's avatar hujun

批量修改盘方

parent e20ec7e4
......@@ -588,9 +588,9 @@ class Houses extends Basic
$agent_data_arr = [];
if (count($agent_house) > 0) {
if (count($agent_house['data']) > 0) {
$agent_data_arr = [];
foreach ($agent_house as $k => $v) {
foreach ($agent_house['data'] as $k => $v) {
$agent_data_arr[$k]['id'] = $v['id'];
$agent_data_arr[$k]['agents_id'] = $this->params['agents_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