This commit is contained in:
songliang 2023-06-30 17:19:25 +08:00
parent d33fea4988
commit a236553bdd

View File

@ -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));