浏览代码

修改出库时 云尚出库超过 6天提醒

lvhao 2 周之前
父节点
当前提交
142fbf1f57
共有 1 个文件被更改,包括 1 次插入1 次删除
  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天,不允许出库
 			//云尚-FedEx普货专线 如果出库时打印的快递面单超过6天,不允许出库
-			if($y['express'] == 75 && $outtype == 1){
+			if($y['express'] == 75 ){
 				$printtime =	$y['printtime'];
 				$printtime =	$y['printtime'];
 				$set_time = 24 * 60 * 60 * 6;
 				$set_time = 24 * 60 * 60 * 6;
 				$time = time();
 				$time = time();