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++) {