Browse Source

技术规范

lizhen_gitee 5 months ago
parent
commit
8eaaab9bfb

+ 1 - 0
application/api/controller/Jishuguifan.php

@@ -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']);
 

+ 1 - 0
application/api/controller/worker/Jishuguifan.php

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