order
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user