浏览代码

修改数据

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

+ 4 - 4
core/CoreApp/controllers/Fullorder.php

@@ -1803,10 +1803,10 @@ class Fullorder extends Start_Controller {
 				echo json_encode(array('msg'=>'非英国无法选择CNE和GES!','success'=>false));exit;
 			}
 			//减少代码复用吧
-			$lo_ret = $this->logic_order->checkEditReadOnly($post);
-			if($lo_ret['code'] != 1){
-				echo json_encode(array('msg'=>$lo_ret['msg'],'success'=>false));exit;
-			}
+			// $lo_ret = $this->logic_order->checkEditReadOnly($post);
+			// if($lo_ret['code'] != 1){
+			// 	echo json_encode(array('msg'=>$lo_ret['msg'],'success'=>false));exit;
+			// }
 			$express = $this->express->read($post['express']);
 			/**
 			if($express['ioss'] == 1 && $post['ioss'] == '')