lvhao před 5 dny
rodič
revize
850a032a90
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      core/CoreApp/controllers/Whlabel.php

+ 1 - 1
core/CoreApp/controllers/Whlabel.php

@@ -575,7 +575,7 @@ class Whlabel extends Start_Controller
 				//$where  .= " and time > '$ktime' and time < '$jtime'";
 				$info_list = $this->whlabel->find_pc($where . $where_add, 'sku,features,warehouse', 'id,warehouse,purchase,sku,title,details,shop,cpbz,label,features,number,sm', $order_str, $start, $perpage);
 			}
-			$this->logic_ding->sendToDing("仓库查询:".$where . $where_add);
+			//$this->logic_ding->sendToDing("仓库查询:".$where . $where_add);
 
 			$info_list = $this->logic_whlabel->dataTran($info_list, ['pm']);
 			foreach ($info_list as $k => $v) {