Browse Source

提交测试数据

lvhao 3 months ago
parent
commit
7444968301
1 changed files with 25 additions and 16 deletions
  1. 25 16
      core/CoreApp/controllers/Aatest.php

+ 25 - 16
core/CoreApp/controllers/Aatest.php

@@ -61,6 +61,7 @@ class Aatest extends Start_Controller {
 		$this->load->_model('Model_weight','weight');
 		$this->load->_model('Model_cne','cne');
 		$this->load->_model("Model_zzjobs","zzjobs");
+		$this->load->_model("Model_zzerrlog","zzerrlog");
     }
 
     //定义方法的调用规则 获取URI第二段值
@@ -77,24 +78,32 @@ class Aatest extends Start_Controller {
 		// 	'create_time'=>time()
 		// ]);
 		//die;
-		if($arg == 'fout')
-        {
-             //$this->_fout();
-        }else if($arg == 'waybillemail'){
-			//$this->_waybillemail();
-		}else if($arg == 'getorder'){
-			//$this->_getorder();
-		}elseif($arg == 'logistic'){
-			$this->_logistic($arg_array);
-		}elseif($arg == 'th'){
-		   // $this->_th($arg_array);
-		}else{
+		// if($arg == 'fout')
+        // {
+        //      //$this->_fout();
+        // }else if($arg == 'waybillemail'){
+		// 	//$this->_waybillemail();
+		// }else if($arg == 'getorder'){
+		// 	//$this->_getorder();
+		// }elseif($arg == 'logistic'){
+		// 	$this->_logistic($arg_array);
+		// }elseif($arg == 'th'){
+		//    // $this->_th($arg_array);
+		// }else{
 			
-			$this->_a($arg_array);
-			//$this->_mdedit($arg_array);
-		}
+		// 	$this->_a($arg_array);
+		// 	//$this->_mdedit($arg_array);
+		// }
+		$this->_doWcCp();
     }
     
+	public function _doWcCp(){
+		$list = $this->zzerrlog->find_all("content  like '%检测货物流转打印情况3|2%'   and  time >= 1745883141");
+
+		echo "<pre>";
+		print_r(count($list));
+
+	}
     public function _th($arg_array){
         die;
         if(empty($arg_array)){
@@ -251,7 +260,7 @@ class Aatest extends Start_Controller {
 		$dtc = $data['dtc'];
 		$dtctitle = $data['dtctitle'];
 		$quantity = '1';
-		$issku = 'LY021--OceanWave--Wigs--RTG-13*6Wig-20-250%';
+		$issku = 'STW-Ponytail-24-Accs-135g';
 		$money = array();
 			$productdescribe = $this->productdescribe->find_all('1=1');
 			foreach ($productdescribe as $v)