yingzi %!s(int64=3) %!d(string=hai) anos
pai
achega
4f0d1d40ab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Util/Common/PartnerTools.Class.php

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

@@ -13,7 +13,7 @@ class PartnerTools{
         $this->enterpriseId = $enterpriseId;
         $this->dbCustomer = new DCustomer('default');
         $tableName = $this->dbCustomer->getTableName($this->dbCustomer->get_Table(), $this->enterpriseId, $this->cutTable);
-        $this->objDCustomer->setTable($tableName);
+        $this->dbCustomer->setTable($tableName);
     }