|
@@ -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;
|