Your Name 2 年之前
父節點
當前提交
c8e46cb516
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      tool/stats/lib/Manage.php

+ 4 - 2
tool/stats/lib/Manage.php

@@ -542,11 +542,13 @@ Class Manage
 			$where['fend'] = strtotime($fend)+86399;
 		}
 		if ($parent_type && $parent_type>0) {
+			if ($parent_type == 2) {
+				$parent_type = 3;
+			}
 			$where['parent_type'] = $parent_type;
 		} else {
-			$where['parent_type'] = '1,3';
+			$where['parent_type'] = '1,2,3';
 		}
-		
 		if ($name) {
 			$where['name'] = $name;
 		}