소스 검색

拆单生成的采购单订单来源增加新值8

wufeng 2 년 전
부모
커밋
cee0529fa8
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' => 0,//该值不能等于1,等于1的话会过滤
+            'order_source' => 8,//拆单
             'good_type' => $sale['good_type'] ?? '',
             'last_time' => $cgd['last_time'] ?? '',
             'send_type' => $sale['send_type'] ?? '',