Browse Source

提交数据

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