|
|
@@ -870,7 +870,7 @@ class OrderClass extends BaseClass
|
|
|
if ($bookSavePrice == 0) {
|
|
|
$list[$key]['currentHdPrice'] = floatval($currentPrice);
|
|
|
} else {
|
|
|
- $list[$key]['currentHdPrice'] = $list['xhUnitPrice'] ?? 0;
|
|
|
+ $list[$key]['currentHdPrice'] = $val['xhUnitPrice'] ?? 0;
|
|
|
}
|
|
|
$list[$key]['property'] = '';
|
|
|
$list[$key]['cost'] = $currentInfo['cost'] ?? 0;
|