lvhao 2 dni temu
rodzic
commit
e87e8a5b73
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      core/CoreApp/controllers/Aatest.php

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

@@ -283,7 +283,7 @@ class Aatest extends Start_Controller {
 		echo "<pre>";
 		$fdata = $this->fullorder->find_all("express = 81 and librarytime >= 1761580800 and librarytime <= 1764172800 and state = 207 and shop < 10");
 		foreach($fdata as $k => $v){
-			var_dump($v['waybill']);
+			var_dump($v['number']);
 		}
 		
 		die;