浏览代码

拆单生成的采购单订单来源增加新值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'] ?? '',