yingzi %!s(int64=2) %!d(string=hai) anos
pai
achega
79be69854d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)){