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