Browse Source

xiugai1xin

lvhao 5 days ago
parent
commit
a12df0041d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Systembound.php

+ 1 - 1
core/CoreApp/controllers/Systembound.php

@@ -1391,7 +1391,7 @@ class Systembound extends Start_Controller {
 					}
 					}
 				}
 				}
 				//惠程-美国USPS  惠程-联邦  惠程-安迈世  惠程-DHL  惠程-GES(欧盟)
 				//惠程-美国USPS  惠程-联邦  惠程-安迈世  惠程-DHL  惠程-GES(欧盟)
-				if(($dd[0]['printtype'] != 2) && (!in_array($dd[0]['express'],[50,51,52,69,73])))
+				if(($dd[0]['printtype'] != 2) && (!in_array($dd[0]['express'],[50,51,52,69,73,75])))
 				{
 				{
 					echo json_encode(array('msg'=>'请扫描正确的条码!','success'=>false));exit;
 					echo json_encode(array('msg'=>'请扫描正确的条码!','success'=>false));exit;
 				}
 				}