From 043ee29f546589398285c08d26a4b45230b935fb Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Thu, 2 Jul 2020 15:44:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=82=E5=9C=BA=E4=B8=93=E5=91=98=E4=B8=9A?= =?UTF-8?q?=E7=BB=A9=E8=AE=A1bug=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/PayChannelController.class.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Application/Admin/Controller/PayChannelController.class.php b/Application/Admin/Controller/PayChannelController.class.php index fe4dfe491..3e1012b2e 100644 --- a/Application/Admin/Controller/PayChannelController.class.php +++ b/Application/Admin/Controller/PayChannelController.class.php @@ -194,9 +194,6 @@ class PayChannelController extends ThinkController $this->assign('spreadData',$spreadData); - if($map['payed_time']) { - $map['pay_time'] = $map['payed_time']; - } $channelData = $this->getPayChannel($map); $testOrderChannelDatas = $this->getTestOrderPayChannel($maptestorder); $payTypeData['支付宝支付金额'] = 0;