lvhao 2 місяців тому
батько
коміт
d47ce6321c
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      core/CoreApp/controllers/Aatest.php

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

@@ -68,6 +68,7 @@ class Aatest extends Start_Controller {
 		$this->load->_model('Model_afspaypal','afspaypal');
 		$this->load->_model('Model_message','message');
 		$this->load->_model('Model_itsxb','itsxb');
+		$this->load->_model("Model_logic_order","logic_order");
     }
 
     //定义方法的调用规则 获取URI第二段值
@@ -105,11 +106,10 @@ class Aatest extends Start_Controller {
 		// 	//$this->_mdedit($arg_array);
 		// }
 		//$this->_print();
-		die;
 		$time = time() - 10 * 3600 * 24;
         //快递为3pe  76  出库时间十天前   waybillid 不能为空
         $where = "express = 76 and librarytime >= ".$time ." and waybillid is not null";
-		$list = $this->fullorder->find_all($where,"number,waybill,waybillid,express,librarytime");
+		$list = $this->fullorder->find_all($where,"id,number,waybill,waybillid,librarytime,express");
 		echo "<pre>";
 		print_r($list);
     }