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)){