yingzi 1 year ago
parent
commit
9166481ae4
1 changed files with 1 additions and 1 deletions
  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;