From 181386afd7cd8b191cf819430d7cfaf436e3424d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E6=A1=83?= <1098598843@qq.com> Date: Mon, 13 Mar 2023 10:04:52 +0800 Subject: [PATCH] 1 --- app/controller/api/store/merchant/Merchant.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controller/api/store/merchant/Merchant.php b/app/controller/api/store/merchant/Merchant.php index 97f9abbb..9d58b3ff 100644 --- a/app/controller/api/store/merchant/Merchant.php +++ b/app/controller/api/store/merchant/Merchant.php @@ -23,6 +23,7 @@ use think\App; use crmeb\basic\BaseController; use app\common\repositories\system\merchant\MerchantRepository as repository; use think\facade\Queue; +use think\facade\Db; class Merchant extends BaseController {