yingzi 2 years ago
parent
commit
79be69854d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Util/Common/PartnerTools.Class.php

+ 1 - 0
Util/Common/PartnerTools.Class.php

@@ -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)){