|
@@ -49,7 +49,7 @@ class Order
|
|
}
|
|
}
|
|
|
|
|
|
if (isset($order['record_cash']) && $order['record_cash']) {
|
|
if (isset($order['record_cash']) && $order['record_cash']) {
|
|
- $order['price'] += $update['record_cash'];
|
|
|
|
|
|
+ $order['price'] += $order['record_cash'];
|
|
}
|
|
}
|
|
|
|
|
|
if ($info && $jstype == 3) {
|
|
if ($info && $jstype == 3) {
|