yingzi 1 tahun lalu
induk
melakukan
9166481ae4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Model/Cart/MTestCart.Class.php

+ 1 - 1
Model/Cart/MTestCart.Class.php

@@ -79,7 +79,7 @@ class MTestCart extends MBaseModel
      */
     public function __construct($onlineUserId, $onlineEnterpriseId, $isFront = false, $thisChoiceCustomerId = null, $areaCode = null)
     {
-        parent::__construct($this->onlineEnterpriseId,$this->onlineUserId);
+        parent::__construct($onlineEnterpriseId,$onlineUserId);
         $this->isFront = $isFront;
         $this->onlineUserId = $onlineUserId;
         $this->onlineEnterpriseId = $onlineEnterpriseId;