소스 검색

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

wufeng 2 년 전
부모
커밋
b6862b8be8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'] ?? '',