Compare commits
No commits in common. "a3577b01d1d39bd33482afc64be93a9bd153fae8" and "a35759f5e67d1193ef9f00e7bce0b8c1b25ddedf" have entirely different histories.
a3577b01d1
...
a35759f5e6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue