Commit 1a7a16bf authored by clone's avatar clone

1

parent c603e7e6
...@@ -4086,7 +4086,7 @@ class Finance extends Basic ...@@ -4086,7 +4086,7 @@ class Finance extends Basic
$m_daily = new ODaily(); $m_daily = new ODaily();
$m_store = new AStore(); $m_store = new AStore();
$field = 'a.id,a.agent_id,a.create_time,a.daily_date,a.store_id,a.status,a.agent_name,a.back_img'; $field = 'a.id,a.agent_id,a.create_time,a.daily_date,a.store_id,a.status,a.agent_name,a.back_img';
$list = $m_daily->getDailyLogList($pageNo, $pageSize, 'id desc', $field, $where); $list = $m_daily->getDailyLogList($pageNo, $pageSize, 'id desc', $field, $where);
foreach ($list as $k=>$v) { foreach ($list as $k=>$v) {
$store_name = $m_store->getStoreKeyById('store_name', ['id'=>$v['store_id']]); $store_name = $m_store->getStoreKeyById('store_name', ['id'=>$v['store_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