From a236553bddf301f8d1c87f51fe5a53fc9d56ae7c Mon Sep 17 00:00:00 2001 From: songliang Date: Fri, 30 Jun 2023 17:19:25 +0800 Subject: [PATCH] ... --- webapp/controller/MarketController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index fb907065..4c7069ee 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -1067,7 +1067,7 @@ class MarketController extends BaseController { ) ); - $conn = myself()->_getMysql(''); + $conn = myself()->_getMarketMysql(''); // 1. check order status $chk = SqlHelper::selectOne($conn, 't_market_store', array('status'), array('o_link' => $orderId));