Commit 0752963c authored by zhuwei's avatar zhuwei

bug

parent 1e8e8297
......@@ -61,6 +61,9 @@ class PerformanceReport extends Basic
$field = 'RAgentReport.id,';
$field .= 'RAgentReport.img_url,';
$field .= 'RAgentReport.start_date,';
$field .= 'RAgentReport.end_date,';
$field .= 'RAgentReport.create_time,';
$field .= 'Agent.name';
$order = "RAgentReport.create_time desc";
......
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