|
|
@@ -253,7 +253,7 @@ class Lists extends Backend
|
|
|
$val = $currentSheet->getCellByColumnAndRow($currentColumn, $currentRow)->getValue();
|
|
|
$values[] = is_null($val) ? '' : $val;
|
|
|
}
|
|
|
- if(empty($values)) continue;
|
|
|
+ if(empty(array_filter($values))) continue;
|
|
|
$field = implode('-', $values);
|
|
|
$row = $importregion::where('name', $field)->find();
|
|
|
if(!empty($row)){
|