Merge branch 'dev' of https://gitea.lihaink.cn/mkm/shop-php into dev
This commit is contained in:
commit
bf8e02e5f8
@ -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('委托商品不存在');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user