|
@@ -43,6 +43,7 @@ class Fullorderexcel extends Start_Controller {
|
|
|
$this->load->_model('Model_afspaypal','afspaypal');
|
|
|
$this->load->_model('Model_producttitle','producttitle');
|
|
|
$this->load->_model('Model_message','message');
|
|
|
+ $this->load->_model("Model_logic_ding","logic_ding");
|
|
|
}
|
|
|
//定义方法的调用规则 获取URI第二段值
|
|
|
public function _remap($arg,$arg_array)
|
|
@@ -589,6 +590,14 @@ class Fullorderexcel extends Start_Controller {
|
|
|
{
|
|
|
$order_str = "id desc";
|
|
|
}
|
|
|
+ if($_GET['fexcel'] == '157'){
|
|
|
+ $this->logic_ding->sendToDing("excel导出的【".$where.$wid.' and '.$excelshop);
|
|
|
+ $this->logic_ding->sendToDing("excel导出的【".'id,'.$feq);
|
|
|
+ $this->logic_ding->sendToDing("excel导出的【".$order_str);
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
//取得信息列表
|
|
|
$info_list = $this->$sj->find_all($where.$wid.' and '.$excelshop,'id,'.$feq,$order_str);
|
|
|
//格式化数据
|