作者 赵彬吉

update

@@ -239,7 +239,7 @@ class WebTraffic extends Command @@ -239,7 +239,7 @@ class WebTraffic extends Command
239 ->where('pdo.domain', '>', 0) 239 ->where('pdo.domain', '>', 0)
240 ->where('poc.qa_status', OnlineCheck::STATUS_ONLINE_TRUE) 240 ->where('poc.qa_status', OnlineCheck::STATUS_ONLINE_TRUE)
241 ->whereIn('gl_project.type', [Project::TYPE_TWO, Project::TYPE_FOUR]) 241 ->whereIn('gl_project.type', [Project::TYPE_TWO, Project::TYPE_FOUR])
242 - ->whereIn('pdo.project_id', [6, 25]) //todo 测试两个项目 后面删掉 242 + ->where('gl_project.is_upgrade', 0) //非升级项目
243 ->where(function ($query) use ($type) { 243 ->where(function ($query) use ($type) {
244 if($type == 1){ 244 if($type == 1){
245 //1-3个月项目 245 //1-3个月项目