Browse Source

修改数据

lvhao 2 tháng trước cách đây
mục cha
commit
6c72218d27
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  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'] == '')