浏览代码

修改 添加监听数据

lvhao 2 周之前
父节点
当前提交
d585d01e8f
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      core/CoreApp/controllers/Fullorderexcel.php

+ 9 - 0
core/CoreApp/controllers/Fullorderexcel.php

@@ -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);
 			 //格式化数据