diff --git a/home/controllers/h5/market/Draw.php b/home/controllers/h5/market/Draw.php index 0e9e8713..0da44f55 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,4))){ + if($activityId == 30 and in_array($winType, array(1,2,3,4))){ $activityId = 21; $whereOrder = ['activityId' => $activityId, 'status' => 1]; $v['itemIds'] = [27]; @@ -257,7 +257,7 @@ class Draw extends CI_Controller $dev = false !== strpos($_SERVER['HTTP_HOST'], 'dev') ? 1 : 0; foreach ($result as $v) { - if($activityId == 29 and in_array($winType, array(1,2,3))){ + if($activityId == 30 and in_array($winType, array(1,2,3,4))){ $resultSet[] = $v; $winNum++; $sms++; diff --git a/home/views/h5/market/draw/index.php b/home/views/h5/market/draw/index.php index 75d61538..7f919206 100644 --- a/home/views/h5/market/draw/index.php +++ b/home/views/h5/market/draw/index.php @@ -14,7 +14,7 @@