From f25b9e56df8c21028add693663cd8c6ab456580d Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Tue, 15 Nov 2022 23:00:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/PaymentMerchantController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/Admin/Controller/PaymentMerchantController.class.php b/Application/Admin/Controller/PaymentMerchantController.class.php index 7a546696b..3a69e1a14 100644 --- a/Application/Admin/Controller/PaymentMerchantController.class.php +++ b/Application/Admin/Controller/PaymentMerchantController.class.php @@ -76,6 +76,7 @@ class PaymentMerchantController extends ThinkController 'account' => $item['account'], 'status' => $item['status'], 'channel' => $item['channel'], + 'is_master' => $item['is_master'], 'wayNames' => implode('、', $paymentMerchantService->getWaysName($item['ways'])), 'status_text' => $paymentMerchantService->getStatusText($item['status']), 'channel_text' => $paymentMerchantService->getChannelText($item['channel']),