From 02656d6c2e33d20b233ca1d51d83a89d98819313 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 26 Oct 2023 18:23:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A7=94=E6=89=98=E5=95=86?= =?UTF-8?q?=E5=93=81=E4=B8=8D=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/community/Community.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/api/community/Community.php b/app/controller/api/community/Community.php index 548cd5ba..37e26168 100644 --- a/app/controller/api/community/Community.php +++ b/app/controller/api/community/Community.php @@ -801,7 +801,7 @@ class Community extends BaseController return app('json')->fail('委托商品不存在'); } // $uid = $this->request->uid(); - $entrust = Db::name('entrust')->where('community_id', $id)->where('is_del', 0)->find(); + $entrust = Db::name('entrust')->where('community_id', $id)->find(); if (!$entrust) { return app('json')->fail('委托商品不存在'); }