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