瀏覽代碼

商品增加销量字段

abiao 5 年之前
父節點
當前提交
a2cb243a98
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/models/product.rb

+ 1 - 0
app/models/product.rb

@@ -179,6 +179,7 @@ class Product < ActiveRecord::Base
             field :relate_product_id
             field :show_flag
             field :live
+            field :sale_nums
             field :created_at
             field :updated_at
         end