ZxcZxc123 2 år sedan
förälder
incheckning
1970b34ba5
1 ändrade filer med 5 tillägg och 2 borttagningar
  1. 5 2
      app/system/controller/GroupController.php

+ 5 - 2
app/system/controller/GroupController.php

@@ -143,8 +143,11 @@ class GroupController extends BaseController
 //    }
 
 
-
-    public function updateAuditStatus()
+    /**
+     * 修改审核状态
+     * @return mixed
+     */
+    public function changeStatus()
     {
         $gr_id = Request::param('gr_id');
         $audit = Request::param('audit');