浏览代码

提交数据

lvhao 3 月之前
父节点
当前提交
b0fb2d85c4
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      core/CoreApp/models/Model_cne.php

+ 4 - 4
core/CoreApp/models/Model_cne.php

@@ -93,10 +93,10 @@ function __construct(){
 		)
 		);
 		$ordertype = 0;
-		if($data['printcode'] == 'FEDEX_G'){
-			$count['OrderType'] = 1;
-			$ordertype = 1;
-		}
+		// if($data['printcode'] == 'FEDEX_G'){
+		// 	$count['OrderType'] = 1;
+		// 	$ordertype = 1;
+		// }
 
 		$count = json_encode($count,true);