yingzi 2 роки тому
батько
коміт
b988d50c5d
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Model/Shop/MShopCardOrder.Class.php

+ 1 - 1
Model/Shop/MShopCardOrder.Class.php

@@ -56,7 +56,7 @@ class MShopCardOrder extends MBaseModel
         $this->DCustomerCard = new DCustomerCard('default');
         $this->DCustomerCardNum = new DCustomerCardNum('default');
         $this->objDCustomer = new DCustomer();
-        $this->objDCustomer->setTable('qianniao_customer_' . $this->onlineEnterpriseId);
+        $this->objDCustomer->setTable('qianniao_customer_' . $this->enterpriseId);
 
     }