浏览代码

惠城联邦不能出库的问题

lvhao 3 月之前
父节点
当前提交
c31c826d9c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 				}