Browse Source

联赛修改

Jonlin 6 years ago
parent
commit
b74173d770
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Admin/BaseLeagueController.php

+ 1 - 1
app/Http/Controllers/Admin/BaseLeagueController.php

@@ -139,7 +139,7 @@ class BaseLeagueController extends Controller {
         $id = $req->id;
         if (intval($id) < 1) {
             return -1;
-        }
+        }return $id;
         if (!$req->isMethod('post')) {
             $areas = $this->getarea();
             if (!$areas) {