edit-sylive-team
This commit is contained in:
@@ -336,7 +336,8 @@ class Tstic extends Admin{
|
||||
if(strtotime($params['day'])){//根据日期排行
|
||||
$where = [
|
||||
'activityId' => $a_id,
|
||||
'type' => 1
|
||||
'type' => 1,
|
||||
'kpi' => $type
|
||||
];
|
||||
$params['day'] && $where['day'] = date('Y-m-d',strtotime($params['day']));
|
||||
if($params['gtype']=='ty'){
|
||||
|
||||
Reference in New Issue
Block a user