0526
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user