From 0123418c1dc2c0d3c8b6e2b5328407edc4f93ebe Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Sat, 10 Feb 2024 21:47:47 +0800 Subject: [PATCH] 404 --- api/controllers/plan/Syt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']);