panlumeng 3 years ago
parent
commit
9e9e59ee32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Sale.php

+ 1 - 1
app/admin/controller/Sale.php

@@ -296,7 +296,7 @@ class Sale extends BaseController
                     isset($ion['id']) && $ion['id'] !== "" ? $iten['id'] = $ion['id'] : '';
                     $iten['orderCode'] = $etid['orderCode'];
                     $iten['wsm_code'] = $ion['wsm_code'];
-                    $iten['stock_id'] = $ion['stock_id'];
+                    $iten['stock_id'] =0;
                     $iten['num'] = $ion['num'];
                     $iten['status'] = $ion['status'];
                     $iten['sale_price'] = $ion['sale_price'];