Commit 2d4d02a3 authored by zhuwei's avatar zhuwei

进场记录列表 返回orderid

parent daeb3060
......@@ -89,7 +89,7 @@ class MarchIn extends Basic
}
//搜索条件 end
$fields_evaluate = 'a.report_id,d.user_name,d.user_phone,a.create_time,d.report_agent_name,d.report_agent_phone,e.store_name,c.house_title';
$fields_evaluate = 'a.report_id,a.order_id,d.user_name,d.user_phone,a.create_time,d.report_agent_name,d.report_agent_phone,e.store_name,c.house_title';
$data['list'] = $this->oMarchInModel->findmarchInList($pageNo, $pageSize, 'a.id desc', $fields_evaluate, $where);
$data['total'] = $this->oMarchInModel->findmarchInListCount($fields_evaluate, $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