From 1dfdae1780a2cec76158bdd38d004b2b18df0274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B1=BC=E5=BC=80=E5=8F=91?= Date: Sun, 26 May 2024 09:52:59 +0800 Subject: [PATCH] 0526 --- home/controllers/h5/market/Draw.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/controllers/h5/market/Draw.php b/home/controllers/h5/market/Draw.php index 4aa60e18..0e9e8713 100644 --- a/home/controllers/h5/market/Draw.php +++ b/home/controllers/h5/market/Draw.php @@ -136,7 +136,7 @@ class Draw extends CI_Controller if ($v['itemIds']) { //不中奖奖品 - if($activityId == 29 and in_array($winType, array(1,2,3))){ + if($activityId == 29 and in_array($winType, array(1,2,3,4))){ $activityId = 21; $whereOrder = ['activityId' => $activityId, 'status' => 1]; $v['itemIds'] = [27];