Просмотр исходного кода

修改提示超过6天不可以用的云尚谱线

lvhao 3 месяцев назад
Родитель
Сommit
a6980feead
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      core/CoreApp/controllers/Systemfout.php

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

@@ -570,7 +570,7 @@ class Systemfout extends Start_Controller {
 				$set_time = 24 * 60 * 60 * 6;
 				$time = time();
 				if(($time - $set_time) > $printtime){
-					echo json_encode(array('msg'=>"打印超过6天,请联系梦体解决".$y['number'],'success'=>false));exit;
+					echo json_encode(array('msg'=>"运单超时不可用,请联系梦体解决".$y['number'],'success'=>false));exit;
 				}
 			}