Selaa lähdekoodia

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

sunxbiao 5 kuukautta sitten
vanhempi
commit
9baf04492c

+ 1 - 1
app/common/repositories/store/product/ProductRepository.php

@@ -52,7 +52,7 @@ class ProductRepository extends BaseRepository
52
 {
52
 {
53
 
53
 
54
     protected $dao;
54
     protected $dao;
55
-    protected $filed = 'is_status,concession_pri,product_id,mer_id,brand_id,unit_name,rate,reply_count,store_info,cate_id,ficti,image,slider_image,store_name,keyword,sort,is_show,sales,price,refusal,cost,ot_price,stock,is_gift_bag,care_count,status,is_used,create_time,seckill,plate_mer_profit,type';
55
+    protected $filed = 'is_status,concession_pri,product_id,mer_id,brand_id,unit_name,rate,reply_count,store_info,cate_id,ficti,image,slider_image,store_name,keyword,sort,is_show,sales,price,refusal,cost,ot_price,stock,is_gift_bag,care_count,status,is_used,create_time,seckill,plate_mer_profit,type,icon_type';
56
 
56
 
57
     /**
57
     /**
58
      * ProductRepository constructor.
58
      * ProductRepository constructor.