This commit is contained in:
parent
aa328169e3
commit
a35759f5e6
|
|
@ -40,7 +40,6 @@ public class GroupController extends BaseController
|
||||||
Long groupId = groupService.createGroup(dto);
|
Long groupId = groupService.createGroup(dto);
|
||||||
return R.ok(groupId);
|
return R.ok(groupId);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 删除分组
|
* 删除分组
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue