This commit is contained in:
xiaoyu
2024-03-06 11:33:06 +08:00
parent 786fa54b03
commit a06c9f4bc8
14 changed files with 1484 additions and 383 deletions
+1 -1
View File
@@ -637,7 +637,7 @@ class Syt extends CI_Controller
$where = [
"activityId" => 27,
"itemId" => 36,
'id not in (select tagId from lc_market_sylive_activity_kpidata where activityId = 27 and kpi like "beforeOrder")' => null,
'id not in (select tagId from lc_market_sylive_activity_kpidata where activityId = 27 and kpi like "browse")' => null,
'cfUserId >' => 0
];
$rows = $this->market_sylive_order_model->select($where,'id desc',$page,$size);