edit-sylive-team

This commit is contained in:
lccsw
2022-11-08 18:08:38 +08:00
parent a5bbfacbc1
commit d183cb50ef
+2 -1
View File
@@ -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'){