404
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user