@@ -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'],
@@ -928,7 +928,7 @@ class Reorder extends Base
}
+ "th_type"=>1,
"th_fee"=>round($info['num']*$orderinfo['sale_price'],2),
"thCode"=>$info['returnCode'],