wugg 2 years ago
parent
commit
c746e49bd1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/admin/controller/Orderback.php
  2. 1 1
      app/admin/controller/Reorder.php

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

@@ -642,7 +642,7 @@ class Orderback extends Base
             if ($res) {
                 $data=[
                     "orderCode"=>$info['orderCode'],
-                    "th_type"=>2,
+                    "th_type"=>3,
                     "th_num"=>$info['return_num'],
                     "th_fee"=>round($info['return_num']*$sale['sale_price'],2),
                     "thCode"=>$info['thNo'],

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

@@ -928,7 +928,7 @@ class Reorder extends Base
                     }
                     $data=[
                         "orderCode"=>$info['orderCode'],
-                        "th_type"=>2,
+                        "th_type"=>1,
                         "th_num"=>$info['return_num'],
                         "th_fee"=>round($info['num']*$orderinfo['sale_price'],2),
                         "thCode"=>$info['returnCode'],