diff --git a/api/controllers/plan/Syt.php b/api/controllers/plan/Syt.php index d0e64eb5..f7511f80 100644 --- a/api/controllers/plan/Syt.php +++ b/api/controllers/plan/Syt.php @@ -495,7 +495,7 @@ class Syt extends CI_Controller 'activityId' => $activityId, ]; - $rows = $this->groups_user_model->select($where,'id desc',$page,$size); + $rows = $this->groups_user_model->select($where,'',$page,$size); if($rows){ foreach ($rows as $key => $val) { $this->sylive2_entity->kpi_count($activityId,$kpi,$val['userId']);