shish hace 2 años
padre
commit
889d8be0dc
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      app-pt/controllers/ApplyController.php

+ 3 - 1
app-pt/controllers/ApplyController.php

@@ -28,7 +28,9 @@ class ApplyController extends BaseController
     //审核
     //审核
     public function actionCheck()
     public function actionCheck()
     {
     {
-        //util::fail('功能已关闭');
+        ini_set('memory_limit', '2045M');
+        set_time_limit(0);
+
         $id = Yii::$app->request->post('id');
         $id = Yii::$app->request->post('id');
         $status = Yii::$app->request->post('status', 0);
         $status = Yii::$app->request->post('status', 0);
         $remark = Yii::$app->request->post('remark', '');
         $remark = Yii::$app->request->post('remark', '');