소스 검색

提交数据

lvhao 2 일 전
부모
커밋
499cd7fa44
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Systemprint.php

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

@@ -1849,7 +1849,7 @@ class Systemprint extends Start_Controller {
 				if(!empty($text['yd'])){
 					echo json_encode(array('rows'=>($rows),'success'=>true));exit;
 				}else{
-					echo json_encode(array('msg'=>$fullorder['number'].' API接口获取运单失败未成功打印,已移交给店员处理','success'=>false));exit;
+					echo json_encode(array('msg'=>$fullorder['number'].' 资料错误未成功打印,已移交给店员处理','success'=>false));exit;
 				}
 			    
 			}