lvhao 2 روز پیش
والد
کامیت
d37dc311db
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      core/CoreApp/controllers/Aatest.php

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

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