lvhao 5 dni temu
rodzic
commit
97ddd67069
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      core/CoreApp/controllers/Fullorderexcel.php

+ 2 - 0
core/CoreApp/controllers/Fullorderexcel.php

@@ -1968,6 +1968,7 @@ class Fullorderexcel extends Start_Controller {
 				'typeclass_lpdl'=>$typeclass_lpdl,
 				'typeclass_lhdycc'=>$typeclass_lhdycc,
 				'goods_sku_list'=>$goods_sku_list,
+				'typeclass'=>$typeclass,
 			];
 			$dlz_ret = $this->_datahz($where.$wid.' and '.$excelshop,'id,'.$feq,$order_str,'fullorder',$extra);
 			$tt_ret = $this->_datahz($where.$wid.' and '.$excelshop,'id,'.$feq,$order_str,'fullordertt',$extra);
@@ -1998,6 +1999,7 @@ class Fullorderexcel extends Start_Controller {
 
 	public function _datahz($where,$field,$order_str,$sj,$extra){
 		 $goods_sku_list = $extra['goods_sku_list'] ;
+		 $typeclass = $extra['typeclass'];
 		 //取得信息列表
 		 $info_list = $this->$sj->find_all($where,$field,$order_str);
 		 //格式化数据