Browse Source

惠城联邦不能出库的问题

lvhao 3 months ago
parent
commit
c31c826d9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Systembound.php

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

@@ -1252,7 +1252,7 @@ class Systembound extends Start_Controller {
 						}
 					}
 				}
-				if($dd[0]['printtype'] != 2 && ($dd[0]['express'] != 73))
+				if($dd[0]['printtype'] != 2 && ($dd[0]['express'] != 73 || $dd[0]['express'] != 50 ))
 				{
 					echo json_encode(array('msg'=>'请扫描正确的条码!','success'=>false));exit;
 				}