Compare commits

..

No commits in common. "a3577b01d1d39bd33482afc64be93a9bd153fae8" and "a35759f5e67d1193ef9f00e7bce0b8c1b25ddedf" have entirely different histories.

1 changed files with 1 additions and 4 deletions

View File

@ -11,7 +11,6 @@ import org.springframework.stereotype.Service;
import java.util.List;
/**
* 分组Service业务层处理
*
@ -68,9 +67,7 @@ public class GroupServiceImpl implements IGroupService
@Override
public Long createGroup(GroupDTO groupDTO)
{
Group model = GroupServiceConvert.toModel(groupDTO);
groupDomain.insertGroup(model);
return model.getGroupId();
return null;
}
@Override