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);
 
     }