lvhao hace 1 día
padre
commit
8aca671aa5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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']);