From f53e5e9971c744f4c0d1fb0c588027d43b69643a Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Sat, 10 Feb 2024 21:13:12 +0800 Subject: [PATCH] 404 --- api/controllers/plan/Syt.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/controllers/plan/Syt.php b/api/controllers/plan/Syt.php index d97d3885..928463af 100644 --- a/api/controllers/plan/Syt.php +++ b/api/controllers/plan/Syt.php @@ -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){