lvhao 5 天之前
父節點
當前提交
4755078927
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/CoreApp/controllers/Systemprint.php

+ 1 - 0
core/CoreApp/controllers/Systemprint.php

@@ -611,6 +611,7 @@ class Systemprint extends Start_Controller {
 	 * $order_str   排序
 	 */
 	protected function indexData($table_name,$start,$limit,$where,$filed,$order_str){	
+		$this->logic_ding->sendToDing("快递打印订单丢失:".$where);
 		$info_list = $this->$table_name->find_all($where,$filed,$order_str,$start,$limit);
 		
 		if(empty($info_list)){