@@ -3931,6 +3931,7 @@ class Whlabel extends Start_Controller
$this->excel->get_fz2($final_list, $titlename, $filename, $tail);
} else if ($type == 5) {
$info_list = $this->whlabel->find_all($where, 'warehouse,purchase,sku,title,features,label,outk', $order_str);
+ $this->logic_ding->sendToDing("导出出入库分类数据".json_encode($info_list));
foreach ($info_list as $key => $value) {
$info_list[$key]['purchase'] = (isset($prc[$value['purchase']])) ? $prc[$value['purchase']] : '未知';
$info_list[$key]['outk'] = date('Y-m-d H:i:s', $value['outk']); //减12调整美国时间