diff --git a/Application/Payment/Controller/PaymentController.class.php b/Application/Payment/Controller/PaymentController.class.php index f20aa1928..4a652b748 100644 --- a/Application/Payment/Controller/PaymentController.class.php +++ b/Application/Payment/Controller/PaymentController.class.php @@ -432,8 +432,7 @@ class PaymentController extends BaseController $remark = $_REQUEST['remark']; Vendor("Alipay2020/Fund"); - $fund = new \Fund(); - $fund->setInitConf(C("ALI_PAYMENT")); + $fund = new \Fund(C("ALI_PAYMENT")); $dbres = M("company_statement_info","tab_")->where("id='{$id}'")->find(); $company_info = json_decode($dbres['company_info'],true);