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

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

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