This commit is contained in:
aozhiwei 2020-08-10 10:04:36 +08:00
parent b139249b53
commit 9eafc7ed32

View File

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