@@ -156,7 +156,7 @@ class Import
foreach ($check as $k => $v) {
if ($v == 2) {
- $table[$k] => array($k, '无主账号');
+ $table[$k] = array($k, '无主账号');
}