市场结算管理总流水弹窗优化

master
zhengyongxing 5 years ago
parent c8b184b877
commit 43a335bc28

@ -362,14 +362,18 @@ class AjaxController extends ThinkController{
} }
// var_dump($map);die(); // var_dump($map);die();
if ($_REQUEST['company_id']) { if ($_REQUEST['company_id']) {
$map['company_id'] = $_REQUEST['company_id']; $map['_string'] = "tab_promote.company_id={$_REQUEST['company_id']} and ext_field is null";
} }
// $map['widthdraw_number'] = ['neq',''];
$data = M("withdraw","tab_") $data = M("withdraw","tab_")
->field("widthdraw_number,promote_account,tab_promote_company.id as company_id,company_name,tab_withdraw.settlement_type,mobile_phone,real_name,bank_card,account_openin,address,game_ratio,bank_account") ->field("widthdraw_number,promote_account,tab_promote_company.id as company_id,tab_promote_company.company_name,tab_withdraw.settlement_type,mobile_phone,real_name,bank_card,account_openin,address,game_ratio,bank_account")
->join("left join tab_promote on tab_withdraw.promote_id=tab_promote.id") ->join("left join tab_promote on tab_withdraw.promote_id=tab_promote.id")
->join("left join tab_promote_company on tab_promote.company_id=tab_promote_company.id") ->join("left join tab_promote_company on tab_promote.company_id=tab_promote_company.id")
->join("left join tab_statement as statement on tab_withdraw.widthdraw_number = statement.ext_field")
->where($map) ->where($map)
// ->where("widthdraw_number is not NULL")
->select(); ->select();

Loading…
Cancel
Save