From fa61e20d7565e4b03c7108edc70ec0b1002bbeff Mon Sep 17 00:00:00 2001 From: Lemon <15040771@qq.com> Date: Tue, 25 Aug 2020 22:00:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E4=B8=AA=E8=AE=A2=E5=8D=95=E5=8F=AA?= =?UTF-8?q?=E8=83=BD=E8=B4=AD=E4=B9=B0=E4=B8=80=E4=B8=AA=E7=89=B9=E4=BB=B7?= =?UTF-8?q?=E5=95=86=E5=93=81=20=E4=BD=86=E6=98=AF=E5=90=8C=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E7=89=B9=E4=BB=B7=E5=95=86=E5=93=81=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E8=B4=AD=E4=B9=B0=E5=A4=9A=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/ShopCarService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Service/ShopCarService.php b/app/Service/ShopCarService.php index dab1ef9..b017955 100644 --- a/app/Service/ShopCarService.php +++ b/app/Service/ShopCarService.php @@ -32,6 +32,7 @@ class ShopCarService implements ShopCarServiceInterface $goods_exists = ShopCar::where([ ['money','=',0.01], ['user_id','=',$params['user_id']] + ['good_id','=',$params['good_id']] ]) ->exists(); if($goods_exists){