lvhao 2 일 전
부모
커밋
d6b8218da3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      core/CoreApp/controllers/Aatest.php

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

@@ -282,9 +282,9 @@ 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']);
+			$this->fullorder->save(array('state'=>216),$v['id']);
 		}
 		
 		die;