This commit is contained in:
小鱼开发
2024-05-26 09:52:59 +08:00
parent 5182df8771
commit 1dfdae1780
+1 -1
View File
@@ -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];