Browse Source

提交数据

lvhao 2 days ago
parent
commit
1f6bb1a140
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/CoreApp/controllers/Fullordertt.php

+ 0 - 1
core/CoreApp/controllers/Fullordertt.php

@@ -6598,7 +6598,6 @@ class Fullordertt extends Start_Controller {
 	public function _cbtlabel($arg_array){
 	public function _cbtlabel($arg_array){
 		$id = $arg_array[0];
 		$id = $arg_array[0];
 		$info = $this->fullordertt->read($id);
 		$info = $this->fullordertt->read($id);
-		echo json_encode(array('msg'=>'操作成功','success'=>true,'info'=>$info));exit;
 		if(empty($info)){
 		if(empty($info)){
 			echo json_encode(array('msg'=>'订单不存在!','success'=>false));exit;
 			echo json_encode(array('msg'=>'订单不存在!','success'=>false));exit;
 		}
 		}