修改评分

This commit is contained in:
lcc
2024-10-24 09:31:54 +08:00
parent e44ed4aaa0
commit 0979b2f359
+1 -1
View File
@@ -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');