Browse Source

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

lvhao 3 tháng trước cách đây
mục cha
commit
a6980feead
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

@@ -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;
 				}
 			}