yingzi 2 years ago
parent
commit
4f0d1d40ab
1 changed files with 1 additions and 1 deletions
  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);
     }