|
@@ -743,7 +743,7 @@ class Systemfout extends Start_Controller {
|
|
|
echo json_encode(array('msg'=>'该快递信息异常,请联系技术!','success'=>false));exit;
|
|
|
}
|
|
|
$weight_limit = $express_info['weight_limit']*1;
|
|
|
- if($weight_limit > 0){
|
|
|
+ if($weight_limit > 0 && $y['type'] != 5){
|
|
|
|
|
|
$yzweight = explode('.',$numweight);
|
|
|
if($yzweight[0] == '')
|