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