创建分组接口完成
This commit is contained in:
parent
a35759f5e6
commit
3bf5b6ddff
|
|
@ -67,7 +67,9 @@ public class GroupServiceImpl implements IGroupService
|
|||
@Override
|
||||
public Long createGroup(GroupDTO groupDTO)
|
||||
{
|
||||
return null;
|
||||
Group model = GroupServiceConvert.toModel(groupDTO);
|
||||
groupDomain.insertGroup(model);
|
||||
return model.getGroupId();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue