Jelajahi Sumber

Merge branch 'dev_wf' of wugg/phpstock into version1.5

wufeng 2 tahun lalu
induk
melakukan
b6862b8be8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/command/SplitSale.php

+ 1 - 1
app/command/SplitSale.php

@@ -297,7 +297,7 @@ class SplitSale extends Command
             'wsend_num' => $sale['wsend_num'] ?? 0,
             'status' => $cgd['status'] ?? '',
             'order_type' => $sale['order_type'],
-            'order_source' => $sale['order_source'] ?? 0,
+            'order_source' => 0,//该值不能等于1,等于1的话会过滤
             'good_type' => $sale['order_source'] ?? '',
             'last_time' => $cgd['last_time'] ?? '',
             'send_type' => $sale['send_type'] ?? '',