|
|
@@ -1148,7 +1148,7 @@ class Fullorderamz extends Start_Controller {
|
|
|
{
|
|
|
echo json_encode(array('msg'=>'选择DPEX必须填写州信息','success'=>false));exit;
|
|
|
}
|
|
|
- if(($post['express'] == '24' || $post['express'] == '3') && $post['shouldmoney'] == 0)
|
|
|
+ if(($post['express'] == '3') && $post['shouldmoney'] == 0)
|
|
|
{
|
|
|
echo json_encode(array('msg'=>'0金额订单不可发UPS/Fedex(杭州)!!!','success'=>false));exit;
|
|
|
}
|