This commit is contained in:
xiaoyu
2024-02-10 21:13:12 +08:00
parent 8c5c859c69
commit f53e5e9971
+2 -1
View File
@@ -643,7 +643,8 @@ 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")'
'id not in (select tagId from lc_market_sylive_activity_kpidata where activityId = 27 and kpi like "beforeOrder")' => null,
'cfUserId >' => 0
];
$rows = $this->market_sylive_order_model->select($where,'id desc',$page,$size);
if($rows){