From dfd73c246eafa273ae2e3072c41c40239790f514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=83=A1?= <3203164629@qq.com> Date: Tue, 15 Oct 2024 07:02:20 +0000 Subject: [PATCH] =?UTF-8?q?=E8=BF=87=E6=BB=A4=E6=B2=A1=E6=9C=89=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=90=8D=E7=9A=84=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小胡 <3203164629@qq.com> --- dzz/orguser/import.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dzz/orguser/import.php b/dzz/orguser/import.php index f4939cd..91b234d 100644 --- a/dzz/orguser/import.php +++ b/dzz/orguser/import.php @@ -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;