Commit 0027fea0 authored by zhuwei's avatar zhuwei

门店业绩 根据业绩倒序排序

parent 4c65a1f9
...@@ -388,7 +388,7 @@ class PerformanceService ...@@ -388,7 +388,7 @@ class PerformanceService
$params['a.total_time'] = array( 'between', array( $start_time . " 00:00:00", $end_time . " 23:59:59" ) ); $params['a.total_time'] = array( 'between', array( $start_time . " 00:00:00", $end_time . " 23:59:59" ) );
$order = "a.total_time desc"; $order = "performance desc";
$list = $this->totalModel->getTotalByAgentIdSite($field, $params, $is_store, $order); $list = $this->totalModel->getTotalByAgentIdSite($field, $params, $is_store, $order);
......
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