This commit is contained in:
小鱼开发
2024-07-16 19:06:22 +08:00
parent 73a026c859
commit 98e9f8ebfb
+1 -1
View File
@@ -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]);