lvhao 5 gün önce
ebeveyn
işleme
4755078927
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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)){