lvhao 1 week ago
parent
commit
7334423ca1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Aatest.php

+ 1 - 1
core/CoreApp/controllers/Aatest.php

@@ -296,7 +296,7 @@ class Aatest extends Start_Controller {
 		$start_time = 1763136000;
 		$end_time = 1763568000;	
 		$table_name = "fullorder";
-		$where = "librarytime >= ".$start_time ."and librarytime <= ".$end_time."  and ( (express = 76) or (express = 77))";
+		$where = "librarytime >= ".$start_time ." and librarytime <= ".$end_time."  and ( (express = 76) or (express = 77))";
 		$list = $this->db->from($table_name)->select('id,orderinfo,number,express,waybill,waybillid,librarytime')->where($where)->get()->result_array();
 		echo "<pre>";
 		foreach($list as $k=>$v){