|
@@ -350,7 +350,7 @@ class EventsController extends Controller {
|
|
|
|
|
|
public function prize($eventsData, $plat_form_id, $limit = 10, $uid = false)
|
|
|
{
|
|
|
- $condition = array('audit' => 2, 'platform_id' => SqlHelper::addCompareOperator('&', $plat_form_id), 'scratch_receive' => LotteryData::EVENT_SCRATCH_RECEIVE_TRUE);
|
|
|
+ $condition = array('audit' => 2, 'platform_id' => SqlHelper::addCompareOperator('&', $plat_form_id));
|
|
|
|
|
|
if (isset($eventsData['id'])) {
|
|
|
$condition['events_id'] = $eventsData['id'];
|