作者 赵彬吉

update

@@ -549,8 +549,8 @@ class SyncSubmitTaskService @@ -549,8 +549,8 @@ class SyncSubmitTaskService
549 549
550 //数据都是空的 550 //数据都是空的
551 $is_all_empty = true; 551 $is_all_empty = true;
552 - foreach ($data['data'] as $item){  
553 - if(is_string($item) && Str::startsWith(strtolower($item),'globalso-')){ 552 + foreach ($data['data'] as $index=>$item){
  553 + if(is_string($item) && Str::startsWith(strtolower($index),'globalso-')){
554 continue; 554 continue;
555 } 555 }
556 if(!empty($item)){ 556 if(!empty($item)){