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];