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

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

@@ -280,7 +280,7 @@ class Aatest extends Start_Controller {
 		}
     }
 	private function _cbtxcel(){
-		$list = $this->db->form("fullordertt")->where("source` = 2 AND `express` = 83 AND `librarytime` >= 1763730574 AND `librarytime` <= 1763762974")->get()->result_array();
+		$list = $this->db->from("fullordertt")->where("source` = 2 AND `express` = 83 AND `librarytime` >= 1763730574 AND `librarytime` <= 1763762974")->get()->result_array();
 
 		//生成excel
 		$filename = date("Y-m-d")."cbt导出.xls";