This commit is contained in:
孙小云 2026-01-20 13:29:02 +08:00
parent aa328169e3
commit a35759f5e6
1 changed files with 0 additions and 1 deletions

View File

@ -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);
} }
/** /**
* 删除分组 * 删除分组
* *