From 9e9d7422751c17e0b40628d9f2a24be68de29582 Mon Sep 17 00:00:00 2001 From: zyx Date: Tue, 5 Nov 2019 20:51:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=B7=BB=E5=8A=A0=E5=BC=95?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/ExportController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/Admin/Controller/ExportController.class.php b/Application/Admin/Controller/ExportController.class.php index eafe2b000..a40c1dcd9 100644 --- a/Application/Admin/Controller/ExportController.class.php +++ b/Application/Admin/Controller/ExportController.class.php @@ -5557,6 +5557,7 @@ if ($key == 'model'){ foreach($xlsData as $key => $value) { foreach ($value as $k => $v) { $xlsData[$key][$k]['pay_way'] = getPayType($v['pay_way']); + $xlsData[$key][$k]['extend'] = "'".$v['extend']; } } // dump($xlsData);die();