From d919b4c6b330798193a5a668c84a26b70082a227 Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Sat, 25 May 2024 20:45:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E5=AE=A1=E6=A0=B8=E9=80=9A?= =?UTF-8?q?=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/logic/withdraw/MerchantWithdrawLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/logic/withdraw/MerchantWithdrawLogic.php b/app/admin/logic/withdraw/MerchantWithdrawLogic.php index dd74056..911b4ee 100644 --- a/app/admin/logic/withdraw/MerchantWithdrawLogic.php +++ b/app/admin/logic/withdraw/MerchantWithdrawLogic.php @@ -113,7 +113,7 @@ class MerchantWithdrawLogic extends BaseLogic $pid = !empty($data['mer_id']) ? $data['mer_id'] : $data['supplier_id']; $apply_info = Db::name('user_auth_shop')->where('pid', $pid)->findOrEmpty(); if (!empty($apply_info['jg_register_id'])) { - (new JgPushService())->sendMsg($apply_info['jg_register_id'], '您的提现申请请求' . ($params['status'] == 1 ? '已审核通过' : '审核未通过'), '/pages/quote/financialyDeatil'); + (new JgPushService())->sendMsg($apply_info['jg_register_id'], '您的提现申请请求' . ($params['is_check'] == 1 ? '已审核通过' : '审核未通过'), '/pages/quote/financialyDeatil'); } Db::commit(); return true;