This commit is contained in:
shengchanzhe 2023-08-25 16:45:04 +08:00
parent bcd3714dd5
commit 4823629b17

@ -42,7 +42,7 @@ class CeshiController extends BaseApiController
// $all=TaskSchedulingPlan::where('start_time','between',[$time,$tiem_end])->where('is_execute',0)->with(['template_info','scheduling'])->select()->toArray();
$company_id=[];
foreach($all as $k=>$v){
// TaskLogic::CronAdd($v);
TaskLogic::CronAdd($v);
$company_id[]=$v['company_id'];
}
$arr=array_unique($company_id);