@@ -108,6 +108,7 @@ class ApiNewCommissionPartner extends BaseController
$where["status"] = -1;
}
+ var_dump($where);
$selectParams["where"] = $where;
$data = $this->partnerTool->getPartnerApplyCashList($this->customerData["id"],$selectParams);
parent::sendOutput($data);