longyi 3 月之前
父節點
當前提交
130483c5f2
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      core/CoreApp/controllers/Aatest.php

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

@@ -105,7 +105,8 @@ class Aatest extends Start_Controller {
 	public function linshi(){
 		$list = $this->fullorder->find_all(" source != 1  and  state  = 207  and  express  = 71  and  librarytime >=  1744473600   and  librarytime < 1746892800" ,"*",null,0,1);
 		echo "<pre>";
-		var_dump(count($list));
+	    	var_dump($list[0]['number']);
+	        var_dump($list[0]['waybill']);
 		die;
 	}
 	public function _print(){