Commit 48c187e7 authored by hujun's avatar hujun

agent_name

parent 706ae5bd
......@@ -3120,7 +3120,7 @@ class Finance extends Basic
$m_daily = new ODaily();
$m_store = new AStore();
$field = 'id,agent_id,create_time,daily_date,store_id,status';
$field = 'id,agent_id,create_time,daily_date,store_id,status,agent_name';
$list = $m_daily->getList($pageNo, $pageSize, 'id desc', $field, $where);
foreach ($list as $k=>$v) {
$store_name = $m_store->getStoreKeyById('store_name', ['id'=>$v['store_id']]);
......@@ -3240,4 +3240,8 @@ class Finance extends Basic
$code = 200;
return $this->response($code, '', $result);
}
public function sumPrice() {
}
}
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