@@ -726,6 +726,7 @@ class PartnerTools{
if(!empty($customerId)){
$where["customerId"] = $customerId;
}
+ var_dump($where);
$data = $this->dbNewCommissionCash->select($where, "*", "id desc", $parms["limit"], $parms["offset"]);
$total = $this->dbNewCommissionCash->count($where);
if(empty($data)){