1
This commit is contained in:
parent
103a201ebe
commit
335c8f1ae3
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user