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