浏览代码

版本大修改

cqp 2 月之前
父节点
当前提交
2112bc7073
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/Service/ApplyOrderService.php

+ 2 - 0
app/Service/ApplyOrderService.php

@@ -1809,6 +1809,8 @@ class ApplyOrderService extends Service
                     $quantity = $value['quantity'];
                 }elseif (! empty($value['dispatch_quantity'])){
                     $quantity = $value['dispatch_quantity'];
+                }elseif (! empty($value['num'])){
+                    $quantity = $value['num'];
                 }
                 $t = $return[$value['product_no']] ?? [];
                 $tmp = [