|
|
@@ -190,8 +190,8 @@ class ShopGoodsForm extends Model
|
|
|
//$shopGoods->TYPE = $this->type;
|
|
|
$shopGoods->SELL_DISCOUNT = $this->sellDiscount;
|
|
|
$shopGoods->GIFT_TYPE = implode(',',$this->giftType);
|
|
|
- $shopGoods->SELL_TYPE = implode(',',$this->sellType);
|
|
|
-// $shopGoods->SELL_TYPE = $this->sellType;
|
|
|
+// $shopGoods->SELL_TYPE = implode(',',$this->sellType);
|
|
|
+ $shopGoods->SELL_TYPE = $this->sellType;
|
|
|
$shopGoods->GOODS_NO = $this->goodsNo;
|
|
|
$shopGoods->UNIT = $this->unit ? $this->unit : '个';
|
|
|
$shopGoods->COVER = $this->cover ? $this->cover : '';
|
|
|
@@ -235,8 +235,8 @@ class ShopGoodsForm extends Model
|
|
|
$model->TYPE = 0;
|
|
|
$model->SELL_DISCOUNT = $this->sellDiscount;
|
|
|
$model->GIFT_TYPE = implode(',',$this->giftType);
|
|
|
- $model->SELL_TYPE = implode(',',$this->sellType);
|
|
|
-// $model->SELL_TYPE = $this->sellType;
|
|
|
+// $model->SELL_TYPE = implode(',',$this->sellType);
|
|
|
+ $model->SELL_TYPE = $this->sellType;
|
|
|
$model->GOODS_NO = $this->goodsNo;
|
|
|
$model->UNIT = $this->unit ? $this->unit : '个';
|
|
|
$model->COVER = $this->cover ? $this->cover : '';
|