diff --git a/application/plugins/wallet/service/PayService.php b/application/plugins/wallet/service/PayService.php index 6c95e350971af7cfba714838dd2adf22738371ea..88595b1daee417fe3b716205fab3d33aeddf550f 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);