Explorar el Código

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

wufeng hace 2 años
padre
commit
0fecf5fd6f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/command/SplitSale.php

+ 1 - 1
app/command/SplitSale.php

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