lvhao 3 months ago
parent
commit
30c1dbecaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Systemfout.php

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

@@ -585,7 +585,7 @@ class Systemfout extends Start_Controller {
 				{
 					echo json_encode(array('msg'=>'出库物流和系统不匹配,请联系梦体解决'.$y['express'].'-2','success'=>false));exit;
 				}
-				else if(strlen($y['waybill']) == 18 && $y['express'] != 3 && $y['express'] != 66 && $y['express'] != 67)
+				else if(strlen($y['waybill']) == 18 && $y['express'] != 3 && $y['express'] != 66 && $y['express'] != 67 && $y['express'] != 72)
 				{
 					echo json_encode(array('msg'=>'出库物流和系统不匹配,请联系梦体解决'.$y['express'].'-3','success'=>false));exit;
 				}