ZxcZxc123 3 tahun lalu
induk
melakukan
1970b34ba5
1 mengubah file dengan 5 tambahan dan 2 penghapusan
  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');