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');