|
@@ -61,6 +61,7 @@ public class GAAdminService {
|
|
|
GAAccountDTO gaAccount =
|
|
|
GAAccountDTO.builder()
|
|
|
.id(parseId(account.getName()))
|
|
|
+ .resourceName(account.getName())
|
|
|
.displayName(account.getDisplayName())
|
|
|
.createTime(account.getCreateTime().getSeconds())
|
|
|
.updateTime(account.getUpdateTime().getSeconds())
|