',date('H:i:s',$time_unx_min)], ['match_time','<',date('H:i:s',$time_unx_max)], ['status','=',0] ]; //更新开赛时间为前一分钟 并且 未开始的赛事 为已取消 self::where($where)->update(['status'=>6,'handle_mark'=>trans('handleMatch.re_match_auto')]); } }