@@ -64,6 +64,7 @@ class ApiNewAgent extends BaseController
$where["type"] = 1;
}
+ $where["type"] = 0;
$selectParams["where"] = $where;
$data = $this->agentTool->getCommissionDetail($this->customerData["id"],$selectParams);