更新
This commit is contained in:
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();
|
// $all=TaskSchedulingPlan::where('start_time','between',[$time,$tiem_end])->where('is_execute',0)->with(['template_info','scheduling'])->select()->toArray();
|
||||||
$company_id=[];
|
$company_id=[];
|
||||||
foreach($all as $k=>$v){
|
foreach($all as $k=>$v){
|
||||||
// TaskLogic::CronAdd($v);
|
TaskLogic::CronAdd($v);
|
||||||
$company_id[]=$v['company_id'];
|
$company_id[]=$v['company_id'];
|
||||||
}
|
}
|
||||||
$arr=array_unique($company_id);
|
$arr=array_unique($company_id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user