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