yingzi 2 년 전
부모
커밋
4f0d1d40ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
     }