ZxcZxc123 2 years ago
parent
commit
f2d479e850
1 changed files with 8 additions and 0 deletions
  1. 8 0
      app/system/controller/GroupController.php

+ 8 - 0
app/system/controller/GroupController.php

@@ -152,6 +152,14 @@ class GroupController extends BaseController
         $gr_id = Request::param('gr_id');
         $audit = Request::param('audit');
 
+        if($audit == 1){
+            ($audit = 0);
+        }else{
+            ($audit = 1);
+        }
+
+
+
         var_dump('审核状态:',$audit);
         var_dump('id:',$gr_id);