Selaa lähdekoodia

Merge branch 'wugg-dev' of wugg/phpstock into version1.5

wugg 2 vuotta sitten
vanhempi
commit
c37ac7e160
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      app/admin/controller/After.php
  2. 1 1
      app/admin/controller/Sale.php

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

@@ -1588,7 +1588,7 @@ class After extends Base
 //                "sale_price" => $old_sale['sale_price'],//取原价格
 //                "post_fee"=>0,
                 "status" => 0,
-                "send_status" => 0,
+                "send_status" => 1,
                 "th_num" => 0,
                 "th_fee" => 0,//退货金额为0
                 "send_num" => 0,

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

@@ -231,7 +231,7 @@ class Sale extends Base
                 "status" => 0,
                 "send_num" => 0,
                 "wsend_num" => $good_num,
-                "send_status" => 0,
+                "send_status" => 1,
                 "good_type" => $goodtype,
                 "send_type" => $sendtype,
                 "supplierNo" => $supplierNo,