404
This commit is contained in:
@@ -498,6 +498,7 @@ class Syt extends CI_Controller
|
||||
|
||||
if($cfUserId){
|
||||
$this->sylive2_entity->kpi_count($activityId,$kpi,$cfUserId);
|
||||
echo "执行成功:{$val['id']}<br>";
|
||||
}else{
|
||||
$rows = $this->mdSytActivityKpiData->select($where,'id desc',$page,$size,'id,activityId,cfUserId');
|
||||
if($rows){
|
||||
@@ -640,8 +641,8 @@ class Syt extends CI_Controller
|
||||
!$page && $page=1;
|
||||
!$size && $size=30;
|
||||
$where = [
|
||||
"activityId" => 11,
|
||||
"itemId" => 19,
|
||||
"activityId" => 27,
|
||||
"itemId" => 36,
|
||||
];
|
||||
$rows = $this->market_sylive_order_model->select($where,'id desc',$page,$size);
|
||||
if($rows){
|
||||
|
||||
Reference in New Issue
Block a user