ソースを参照

添加商品-增加icon展示类型

sunxbiao 7 ヶ月 前
コミット
04d88a7720
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      app/controller/merchant/store/product/Product.php

+ 2 - 1
app/controller/merchant/store/product/Product.php

@@ -415,7 +415,8 @@ class Product extends BaseController
415
             "mer_cate_id",//商户分类
415
             "mer_cate_id",//商户分类
416
             "unit_name", "sort" , "is_show", "is_good",'is_gift_bag',
416
             "unit_name", "sort" , "is_show", "is_good",'is_gift_bag',
417
             "video_link", "temp_id", "content", "spec_type","extension_type", "attr", "attrValue",['give_coupon_ids',[]],
417
             "video_link", "temp_id", "content", "spec_type","extension_type", "attr", "attrValue",['give_coupon_ids',[]],
418
-            "volunteer","type","pension","commission","pension_is","share_is"
418
+            "volunteer","type","pension","commission","pension_is","share_is",
419
+            "ficti","icon_type"
419
         ];
420
         ];
420
         $data = $this->request->params($params);
421
         $data = $this->request->params($params);
421
         $validate->check($data);
422
         $validate->check($data);