Commit 6058720b authored by zhuwei's avatar zhuwei

1

parent 821a8f57
......@@ -262,8 +262,8 @@ class AmercementService
$agent_data = $redis_cache->getRedisCache(2, $val['agent_id']);
$result[$key]['agent_name'] = $agent_data['name'];
}
$result_['data']['list'] = $result;
$result_['data']['total'] = $result = $this->m_amercement->getAmercementTotal($params, $field);
$result_['list'] = $result;
$result_['total'] = $result = $this->m_amercement->getAmercementTotal($conditions, $field);
return $result_;
}
......
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