@@ -26,6 +26,7 @@ class Jishuguifan extends Api
->where('company_id',$this->auth->company_id)
->where('pid',0)
->order('id' , 'asc')
+ ->autopage()
->select();
$list = list_domain_image($list,['image']);
@@ -26,6 +26,7 @@ class Jishuguifan extends Apiw