mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-01-22 21:45:19 +08:00
@@ -327,6 +327,9 @@ EOT;
|
||||
$list=array();
|
||||
foreach($sheetData as $key=> $value){
|
||||
if($key<=1) continue;
|
||||
if(!$temp['username']){
|
||||
continue;
|
||||
}
|
||||
$temp=array();
|
||||
foreach($value as $col =>$val){
|
||||
if(trim($val)=='') continue;
|
||||
|
||||
Reference in New Issue
Block a user