From f58eb5a821a5827ebeb40cb239d88879cd340069 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Sat, 18 Feb 2023 10:52:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B913?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/model/ProductOrderLog.php | 2 +- app/api/model/StoreProduct.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/api/model/ProductOrderLog.php b/app/api/model/ProductOrderLog.php index 6dfa415..5083727 100644 --- a/app/api/model/ProductOrderLog.php +++ b/app/api/model/ProductOrderLog.php @@ -14,5 +14,5 @@ class ProductOrderLog extends Model { // 设置当前模型的数据库连接 - protected $connection = 'shop_lihaink_com'; + protected $connection = 'shop'; } \ No newline at end of file diff --git a/app/api/model/StoreProduct.php b/app/api/model/StoreProduct.php index fe5570d..b87a85a 100644 --- a/app/api/model/StoreProduct.php +++ b/app/api/model/StoreProduct.php @@ -14,5 +14,5 @@ class StoreProduct extends Model { // 设置当前模型的数据库连接 - protected $connection = 'shop_lihaink_com'; + protected $connection = 'shop'; } \ No newline at end of file