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);