This commit is contained in:
xiaoyu
2024-02-10 21:47:47 +08:00
parent 5d81cd62b4
commit 0123418c1d
+1 -1
View File
@@ -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']);