lvhao hai 3 semanas
pai
achega
c050c88d1f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/CoreApp/controllers/Systemfout.php

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

@@ -609,7 +609,7 @@ class Systemfout extends Start_Controller {
 			}
 
 			//云尚-FedEx普货专线 如果出库时打印的快递面单超过6天,不允许出库
-			if($y['express'] == 75){
+			if($y['express'] == 75 && $outtype == 1){
 				$printtime =	$y['printtime'];
 				$set_time = 24 * 60 * 60 * 6;
 				$time = time();