|
@@ -689,7 +689,7 @@ class Deliver extends Backend
|
|
|
$large_weight = $large_weight + $value['l_weight'];
|
|
$large_weight = $large_weight + $value['l_weight'];
|
|
|
}
|
|
}
|
|
|
$data[$k]['l_num'] = $large_num/10000;
|
|
$data[$k]['l_num'] = $large_num/10000;
|
|
|
- $data[$k]['l_weight'] = $large_weight /100;
|
|
|
|
|
|
|
+ $data[$k]['l_weight'] = round($large_weight / 100, 2);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
$good_list['address'] = $userinfo['company_address'];
|
|
$good_list['address'] = $userinfo['company_address'];
|