|
|
@@ -222,7 +222,7 @@ public class ProjectServiceImpl implements ProjectService {
|
|
|
private CommitVO castCommitToVO(Commit commit,String branch) {
|
|
|
return CommitVO.builder()
|
|
|
.branch(branch)
|
|
|
- .author(String.valueOf(commit.getAuthor().getId()))
|
|
|
+// .author(String.valueOf(commit.getAuthor().getId())) //todo 好像没这属性
|
|
|
.authoredDate(commit.getAuthoredDate())
|
|
|
.authorEmail(commit.getAuthorEmail())
|
|
|
.authorName(commit.getAuthorName())
|