From 75e690d991c6e007986f072a9b289405132e2779 Mon Sep 17 00:00:00 2001 From: guojia <445241500@qq.com> Date: Mon, 29 Apr 2024 22:22:48 +0800 Subject: [PATCH] trace --- app/store/controller/setting/Payment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/controller/setting/Payment.php b/app/store/controller/setting/Payment.php index 46ec0ad1..62d5c1d8 100644 --- a/app/store/controller/setting/Payment.php +++ b/app/store/controller/setting/Payment.php @@ -34,7 +34,7 @@ class Payment extends Controller { $model = new PaymentModel; $postform = $this->postForm(); - $postform['merchant_id'] = $this->merchantId; + //$postform['merchant_id'] = $this->merchantId; if ($model->updateOptions($postform, $this->merchantId)) { return $this->renderSuccess('更新成功'); }