cqpCow 2 năm trước cách đây
mục cha
commit
e0e255d65c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/Service/FyyOrderService.php

+ 2 - 1
app/Service/FyyOrderService.php

@@ -369,8 +369,9 @@ class FyyOrderService extends Service
                     $return[$tmp_key]['num'] += $n;
                 }else{
                     $return[$tmp_key] = [
+                        'csocode' => $value['csocode'],//销售订单号
                         'cdlcode' => $value['cdlcode'],
-                        'product_no' => $value['cinvcode'],
+                        'product_no' => $value['cinvcode'],//产品编码
                         'product_title' => $value['product_title'],
                         'technology_name' => $cfree1 ?? '',
                         'wood_name' => $cfree2 ?? '',