Commit 84e113ad authored by zhuwei's avatar zhuwei Committed by hujun

优化

parent f594d3d4
......@@ -104,6 +104,7 @@ class PerformanceService
sum(a.march_in_num) as march_in_num_total,
sum(a.look_at_num) as look_at_num_total,
sum(a.add_house_num) as add_house_num_total,
sum(a.followUp_sum) as followUp_sum_total,
sum(a.add_user_num) as add_user_num_total
";
......@@ -350,6 +351,7 @@ class PerformanceService
sum(a.march_in_num) as march_in_num_total,
sum(a.look_at_num) as look_at_num_total,
sum(a.add_house_num) as add_house_num_total,
sum(a.followUp_sum) as followUp_sum_total,
sum(a.add_user_num) as add_user_num_total";
$order = "performance_total 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