Browse Source

增加订单导入功能

abiao 4 years ago
parent
commit
db38f212ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/order.rb

+ 1 - 1
app/models/order.rb

@@ -13,7 +13,7 @@ class Order < ActiveRecord::Base
     has_many :base_details
     # has_and_belongs_to_many :products, join_table: :order_details
 
-    before_save :before_save
+    # before_save :before_save
     after_update :patch_send_product
     after_create :import_orders