Commit 5ebb800a authored by clone's avatar clone

1

parent 0fb04a51
...@@ -84,7 +84,7 @@ class PayLogOpenService ...@@ -84,7 +84,7 @@ class PayLogOpenService
$where['a.is_del'] = 0; $where['a.is_del'] = 0;
$fields = 'a.id,a.create_time,a.agent_id,a.pay_log_id,a.bargain_id,a.order_id,a.house_id,a.house_address, $fields = 'a.id,a.create_time,a.agent_id,a.pay_log_id,a.bargain_id,a.order_id,a.house_id,a.house_address,
a.status,b.create_time as disc_time,max(b.id) as two_id'; a.status,b.create_time as disc_time,max(b.id) as two_id,c.name as agent_name,b.operation_id,b.operation_name';
$list = $this->payLogOpenModel->getListCheck($pageNo, $pageSize, 'a.id desc', $fields, $where); $list = $this->payLogOpenModel->getListCheck($pageNo, $pageSize, 'a.id desc', $fields, $where);
if (!$list) { if (!$list) {
return null; return null;
......
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