From 9eafc7ed3220e22b90792448dd745d865f86f6ac Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 10 Aug 2020 10:04:36 +0800 Subject: [PATCH] 1 --- webapp/controller/ActivityController.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp/controller/ActivityController.class.php b/webapp/controller/ActivityController.class.php index 6ae5c94..5210cf3 100644 --- a/webapp/controller/ActivityController.class.php +++ b/webapp/controller/ActivityController.class.php @@ -653,6 +653,9 @@ class ActivityController{ $day = 1; if ($type == 1 && phpcommon\extractChannel($accountid) == 6006) { $day = date('w', time()); + if ($day == 0) { + $day = 7; + } } for ($i = 1; $i <= count($g_conf_lot_cluster); $i++) {