lvhao 6 uur geleden
bovenliggende
commit
814059e7cb
1 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 4 4
      core/CoreApp/controllers/Fullorderamz.php

+ 4 - 4
core/CoreApp/controllers/Fullorderamz.php

@@ -1121,10 +1121,10 @@ class Fullorderamz extends Start_Controller {
 			{
 				echo json_encode(array('msg'=>'订单金额不可超出'.$express['shouldmoney'],'success'=>false));exit;
 			}
-			if($post['express'] == '2' && $post['zzl'] > '16' && isset($post['js']) && $post['js'] == '0')
-			{
-				echo json_encode(array('msg'=>'重量大于16不可按Ground Advantage提交!','success'=>false));exit;
-			}
+			// if($post['express'] == '2' && $post['zzl'] > '16' && isset($post['js']) && $post['js'] == '0')
+			// {
+			// 	echo json_encode(array('msg'=>'重量大于16不可按Ground Advantage提交!','success'=>false));exit;
+			// }
 			if($post['express'] == '2' && isset($post['js']) && $post['js'] == '0'&& $post['qm'] == '1')
 			{
 				echo json_encode(array('msg'=>'Ground Advantage不可使用签名服务!','success'=>false));exit;