Ver Fonte

no message

lvhao há 3 dias atrás
pai
commit
34c1ca3df8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      core/CoreApp/controllers/Whlabelfz1.php

+ 1 - 1
core/CoreApp/controllers/Whlabelfz1.php

@@ -583,7 +583,7 @@ class Whlabelfz1 extends Start_Controller
 			$total = 0;
 			$info_list = [];
 
-			$r = $this->_getData('fullorder', $where_arr, $order_str, 'id,shop,type,orderinfo,number,waybill,express,librarytime', ($page-1)*$perpage, $perpage,$warehouse_arr,$express_arr,$shop_arr,$shop_select_list);
+			$r = $this->_getData('fullordertt', $where_arr, $order_str, 'id,shop,type,orderinfo,number,waybill,express,librarytime', ($page-1)*$perpage, $perpage,$warehouse_arr,$express_arr,$shop_arr,$shop_select_list);
 
 			$info_list = array_merge($info_list, $r['info_list']);
 			$total += $r['total'];