From 0fb5daf97d5077525f522b833b1c6334b811cc3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=81=A5=E4=B9=90?= <690712575@qq.com> Date: Mon, 11 Nov 2024 08:12:40 +0000 Subject: [PATCH] =?UTF-8?q?update=20server/app/tenantapi/logic/setting/pay?= =?UTF-8?q?/PayWayLogic.php.=20=E4=BF=AE=E5=A4=8DTenantPayWay=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E9=94=99=E8=AF=AF=E8=A1=A8=E5=90=8D=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈健乐 <690712575@qq.com> --- server/app/tenantapi/logic/setting/pay/PayWayLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app/tenantapi/logic/setting/pay/PayWayLogic.php b/server/app/tenantapi/logic/setting/pay/PayWayLogic.php index 21ae90d3..60c80372 100644 --- a/server/app/tenantapi/logic/setting/pay/PayWayLogic.php +++ b/server/app/tenantapi/logic/setting/pay/PayWayLogic.php @@ -72,7 +72,7 @@ class PayWayLogic extends BaseLogic */ public static function setPayWay($params) { - $payWay = new PayWay; + $payWay = new TenantPayWay; $data = []; foreach ($params as $key => $value) { $isDefault = array_column($value, 'is_default'); -- Gitee