This commit is contained in:
aozhiwei 2022-06-17 10:30:19 +08:00
parent 103a201ebe
commit 335c8f1ae3

View File

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