Commit 5ec78f1e authored by hujun's avatar hujun

a.id

parent c1a3273d
......@@ -4280,11 +4280,11 @@ class Finance extends Basic
$data['total'] = $m_daily->getDailyLogTotalRight($where);
} else {
$where['b.operation_id'] = ['NULL'];
$list = $m_daily->getDailyLogListLeft($pageNo, $pageSize, 'id desc', $field, $where);
$list = $m_daily->getDailyLogListLeft($pageNo, $pageSize, 'a.id desc', $field, $where);
$data['total'] = $m_daily->getDailyLogTotalLeft($where);
}
} else {
$list = $m_daily->getDailyPageList($pageNo, $pageSize, 'id desc', $field, $where);
$list = $m_daily->getDailyPageList($pageNo, $pageSize, 'a.id desc', $field, $where);
$data['total'] = $m_daily->getDailyTotal($where);
}
......
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