|
@@ -261,11 +261,7 @@ class Excel
|
|
if (is_numeric($v2['num']) && is_numeric($v2['price'])) {
|
|
if (is_numeric($v2['num']) && is_numeric($v2['price'])) {
|
|
$p = $v2['price']*$v2['num'];
|
|
$p = $v2['price']*$v2['num'];
|
|
}
|
|
}
|
|
- if ($k2 == 0) {
|
|
+ $goods_price1 = 0;
|
|
- $goods_price1 = $v['price'];
|
|
|
|
- } else {
|
|
|
|
- $goods_price1 = 0;
|
|
|
|
- }
|
|
|
|
$d = array
|
|
$d = array
|
|
(
|
|
(
|
|
$v['order_num'],
|
|
$v['order_num'],
|