lvhao пре 22 часа
родитељ
комит
8aca671aa5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      core/CoreApp/controllers/Whlabel_bh.php

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

@@ -234,7 +234,7 @@ class Whlabel_bh extends Start_Controller {
 				$ck[$v['id']] = $v['title'];
 			}
             //取得信息列表
-            $info_list = $this->whlabel_bh->find_all($where,'id,orderinfo,title,shipremarks,bhnum,printnum,num,time,extra_type',$order_str,$start,$perpage);
+            $info_list = $this->whlabel_bh->find_all($where,'id,orderinfo,title,shipremarks,bhnum,printnum,num,printsl,time,extra_type',$order_str,$start,$perpage);
 			foreach ($info_list as $key=>$value) 
 		    {
 				$d = $this->whlabel_bh->read($value['id']);