修改评分
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user