Browse Source

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

lvhao 2 tuần trước cách đây
mục cha
commit
142fbf1f57
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 && $outtype == 1){
+			if($y['express'] == 75 ){
 				$printtime =	$y['printtime'];
 				$set_time = 24 * 60 * 60 * 6;
 				$time = time();