Commit 25614958 authored by hujun's avatar hujun

1

parent 45441145
......@@ -64,6 +64,7 @@ class Report extends Basic
}
$field = 'b.id as order_id,a.user_name,a.user_phone,a.create_time,a.report_agent_name,c.internal_title,a.predict_see_time';
$field .= ',a.id,b.order_no';
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