|
@@ -3788,7 +3788,7 @@ class Whlabel extends Start_Controller
|
|
|
$start = ($page - 1) * $perpage;
|
|
|
}
|
|
|
|
|
|
- $this->logic_ding->sendToDing("导出出入库分类数据".$where);
|
|
|
+ //$this->logic_ding->sendToDing("导出出入库分类数据".$where);
|
|
|
|
|
|
//取得信息列表
|
|
|
if ($type != 3 && $type != 5) {
|
|
@@ -3931,7 +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));
|
|
|
+ //$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调整美国时间
|