更新
This commit is contained in:
parent
657c605dbc
commit
75ab31fdb8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user