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