作者 赵彬吉

update

@@ -487,7 +487,7 @@ class SyncSubmitTaskService @@ -487,7 +487,7 @@ class SyncSubmitTaskService
487 //数据都是空的 487 //数据都是空的
488 $is_all_empty = true; 488 $is_all_empty = true;
489 foreach ($data['data'] as $item){ 489 foreach ($data['data'] as $item){
490 - if(Str::startsWith(strtolower($item),'globalso-')){ 490 + if(is_string($item) && Str::startsWith(strtolower($item),'globalso-')){
491 continue; 491 continue;
492 } 492 }
493 if(!empty($item)){ 493 if(!empty($item)){