Browse Source

异常处理

彭俊 6 years ago
parent
commit
707886448e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Models/SportsNoteList.php

+ 1 - 1
app/Models/SportsNoteList.php

@@ -1141,7 +1141,7 @@ class SportsNoteList extends BaseModel
     }
     public static function getOrderData($time=60){
 
-        $time = 3000;
+        $time = 180;
         $db = new \App\Models\Setinfo();
         //获取设定需审核时间 秒
         $handle_time =  $db->getInfo(1003)['infocontent']?:90;