From 335c8f1ae36aa8e8406bd06943b3ca47040c2474 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 17 Jun 2022 10:30:19 +0800 Subject: [PATCH] 1 --- webapp/controller/TempToolsController.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/controller/TempToolsController.class.php b/webapp/controller/TempToolsController.class.php index 20a43e48..84faea59 100644 --- a/webapp/controller/TempToolsController.class.php +++ b/webapp/controller/TempToolsController.class.php @@ -231,7 +231,6 @@ class TempToolsController extends BaseController { public function exportData3() { $type = getReqVal('type', ''); - $cond = getReqVal('cond', 0); $accounts = array(); $conn = myself()->_getMysql(''); { @@ -242,7 +241,7 @@ class TempToolsController extends BaseController { ':y' => 0, ) ); - echo 'account_id' . ",>=10,>=30,>\n"; + echo 'account_id' . ",active>=10,active>=30,active>=50,active_value\n"; foreach ($rows as $row) { $channel = phpcommon\extractChannel($row['account_id']); if ($channel == 6516) {