From 0979b2f359bc6ede505ed850cd6cd6cd737c03d4 Mon Sep 17 00:00:00 2001 From: lcc <1127794702@qq.com> Date: Thu, 24 Oct 2024 09:31:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=84=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/libraries/receiver/Score_entity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/libraries/receiver/Score_entity.php b/common/libraries/receiver/Score_entity.php index 0f85ab6e..82cea14b 100644 --- a/common/libraries/receiver/Score_entity.php +++ b/common/libraries/receiver/Score_entity.php @@ -116,7 +116,7 @@ class Score_entity } elseif ($sub_type == Receiver_score_config_model::TYPE_ORDER_UPLOAD_DATA) { //订单上传资料 $receiverOrderOplogModel = new Receiver_order_oplogs_model(); $where = [ - 'uid' => $uid, 'type' => 1, + 'uid' => $uid, 'type' => 1, 'cf_platform' => 'wxapp', "log != ''" => null, 'c_time>=' => strtotime($day . ' 00:00:00'), 'c_time<=' => strtotime($day . ' 23:59:59') ]; $rows = $receiverOrderOplogModel->select($where, '', 1, 1000, 'DISTINCT order_id,log');