浏览代码

no message

lvhao 1 月之前
父节点
当前提交
90a79a7182
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/CoreApp/controllers/Systemprint.php

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

@@ -1421,7 +1421,7 @@ class Systemprint extends Start_Controller {
 						//$fullorder['printnumber'] = $fullorder['printnumber'] +1;
 						//$fullorder['printnumber'] = $fullorder['printnumber'] +1;
 						if(empty($barcode['Description'])){
 						if(empty($barcode['Description'])){
 							$this->logic_ding->sendToDing("云尚打印返回错误未保存【".$fullorder['number']."】".json_encode($barcode));
 							$this->logic_ding->sendToDing("云尚打印返回错误未保存【".$fullorder['number']."】".json_encode($barcode));
-							$failed = "订单打印失败";//错误提示
+							$failed = "API接口异常,订单打印失败";//错误提示
 						}else{
 						}else{
 							$failed = $barcode['Description'];//错误提示
 							$failed = $barcode['Description'];//错误提示
 						}
 						}