Commit 316d5e80 authored by hujun's avatar hujun

add field

parent 33540d91
......@@ -102,7 +102,7 @@ class OfficeReport extends Basic
$where['a.user_id'] = $this->params['user_id'] ;
}
$field = 'b.id as order_id,a.user_name,a.user_phone,a.create_time,a.report_agent_name,e.title as house_title,a.predict_see_time';
$field .= ',a.id,b.order_no';
$field .= ',a.id,b.order_no,b.house_id,a.user_id';
try {
$list = $m_report->getReportList($pageNo, $pageSize, 'a.id desc', $field, $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