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