zgg 14 giờ trước cách đây
mục cha
commit
6e9fe7c7bd
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      application/admin/controller/PatrolPlan.php

+ 2 - 0
application/admin/controller/PatrolPlan.php

@@ -174,6 +174,8 @@ class PatrolPlan extends Auth
         }
     }
     public function detail($id=0){
+        set_time_limit(0);
+        ini_set("memory_limit", '512M');
         $info = Db::name('patrol_plan')->where('id',$id)->find();
         if(!$info){
             $this->error('计划不存在');