From a307bf343e7686405d7dcc54e392ba4fa18cd8ad Mon Sep 17 00:00:00 2001 From: zyx Date: Tue, 5 Nov 2019 19:57:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F=E8=AF=A6=E6=83=85=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E5=AF=BC=E5=87=BA=EF=BC=8C=E6=8C=89=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E5=88=86=E6=88=90=E5=A4=9A=E4=B8=AAsheet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/ExportController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Application/Admin/Controller/ExportController.class.php b/Application/Admin/Controller/ExportController.class.php index 9f7268b38..d7566494b 100644 --- a/Application/Admin/Controller/ExportController.class.php +++ b/Application/Admin/Controller/ExportController.class.php @@ -5554,9 +5554,10 @@ if ($key == 'model'){ foreach($xlsData as $key => $value) { foreach ($value as $k => $v) { - $xlsData[$key][$k]['pay_way'] = getPayType($value['pay_way']); + $xlsData[$key][$k]['pay_way'] = getPayType($v['pay_way']); } } +// dump($xlsData);die(); $map['pay_time'] = array('between',array($startTime,$endTime));