From bc794973d830827db8376a74eefd7a167ef49019 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 7 Sep 2020 10:53:32 +0800 Subject: [PATCH] 1 --- webapp/controller/ActivityController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/controller/ActivityController.class.php b/webapp/controller/ActivityController.class.php index fca4062..ec5de03 100644 --- a/webapp/controller/ActivityController.class.php +++ b/webapp/controller/ActivityController.class.php @@ -330,7 +330,8 @@ class ActivityController{ if ($row['free_times'] + $row['video_times'] + 1 == 5) { $day = 1; if (phpcommon\extractChannel($account_id) == 6001 || - phpcommon\extractChannel($account_id) == 6000) { + phpcommon\extractChannel($account_id) == 6000 || + phpcommon\extractChaanel($account_id) == 6006) { $day = $row['now_days']; } $g_conf_lot_cluster = require('../res/lottery@lottery.php');