From 3820fbd35e5571ada4fb64d49288dd9d67493e4a Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Wed, 8 May 2019 00:49:19 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/plugins/wallet/service/PayService.php b/application/plugins/wallet/service/PayService.php index 6c95e3509..88595b1da 100644 --- a/application/plugins/wallet/service/PayService.php +++ b/application/plugins/wallet/service/PayService.php @@ -393,7 +393,7 @@ class PayService 'latest_money' => $data[$v['field']], 'msg' => '账户充值'.$v['msg'], ]; - if(!self::WalletLogInsert($log_data)) + if(!WalletService::WalletLogInsert($log_data)) { Db::rollback(); return DataReturn('日志添加失败', -101); -- GitLab