@@ -41,6 +41,7 @@ class Whlabel extends Start_Controller
$this->load->_model('Model_whlabel_list', 'whlabel_list');
$this->load->_model("Model_logic_whlabel", "logic_whlabel");
$this->load->_model("Model_logic_order","logic_order");
+ $this->load->_model("Model_logic_ding","logic_ding");
}
//定义方法的调用规则 获取URI第二段值
public function _remap($arg, $arg_array)
@@ -1286,6 +1287,8 @@ class Whlabel extends Start_Controller
$wt[$v['id']] = $v['title'];
+ $this->logic_ding->sendToDing("进销存浏览请求的数据类型参考".$where.$fjnr);
+
//$where .= " and time > '$ktime' and time < '$jtime'";
$info_list = $this->whlabel->find_pc($where . $fjnr, 'sku,purchase,features,warehouse', 'id,warehouse,purchase,sku,title,details,shop,cpbz,label,type,features,number,sm', $order_str, $start, $perpage); //改这需要修改_gbhtype