From 51a89bad88bb30c9901fc4d7e8bab6a6c051892b Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Wed, 8 May 2019 00:47:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=B1=E5=8C=85=E5=85=85=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/plugins/wallet/service/PayService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/plugins/wallet/service/PayService.php b/application/plugins/wallet/service/PayService.php index 98501c127..6c95e3509 100644 --- a/application/plugins/wallet/service/PayService.php +++ b/application/plugins/wallet/service/PayService.php @@ -350,7 +350,6 @@ class PayService 'payment' => $params['payment']['payment'], 'payment_name' => $params['payment']['name'], 'pay_time' => time(), - 'upd_time' => time(), ); if(Db::name('PluginsWalletRecharge')->where(['id'=>$params['recharge']['id']])->update($upd_data)) {