diff --git a/common/libraries/Excel.php b/common/libraries/Excel.php index 586cae82..6d211642 100644 --- a/common/libraries/Excel.php +++ b/common/libraries/Excel.php @@ -147,7 +147,7 @@ class Excel extends PHPExcel $row = array(); foreach ($indexs_key as $col) { - if (in_array($col, array('sid', 'refund_no')) && is_numeric($v[$col])) { + if (in_array($col, array('sid', 'refund_no', 'id_card')) && is_numeric($v[$col])) { $row[] = iconv('utf-8', 'GBK//IGNORE', "=\"{$v[$col]}\""); } else { $row[] = iconv('utf-8', 'GBK//IGNORE', $v[$col]);