Преглед изворни кода

商贸区订单支持发送货

sunxbiao пре 1 година
родитељ
комит
f2180bdc9a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/controller/api/Notify.php

+ 1 - 1
app/controller/api/Notify.php

@@ -749,7 +749,7 @@ class Notify
749 749
                             
750 750
                              //判断是否是自营商品,如果是自营商品需要更改这个值
751 751
                              
752
-                            if($store_order_data['mer_id'] == 496){
752
+                            if($store_order_data['mer_id'] == 496 || $store_order_data['mer_id'] != 439){
753 753
                                 //自营商品
754 754
                                 Db::name('store_order')->where('group_order_id', $group_order_id)->update(['distribution_mode'=>1]);
755 755
                             }