|
@@ -726,7 +726,7 @@ class Reorder extends Base
|
|
|
|
|
|
if ($info['is_th'] == 1) {
|
|
|
$orderinfo['th_num'] += $info['num'];
|
|
|
- $orderinfo['th_fee'] += round($info['return_num'] * $orderinfo['sale_price'], 2);
|
|
|
+ $orderinfo['th_fee'] += round($info['num'] * $orderinfo['sale_price'], 2);
|
|
|
$orderinfo['updatetime'] = date("Y-m-d H:i:s");
|
|
|
$uap = Db::name("sale")->save($orderinfo);
|
|
|
if ($uap == false) {
|