|
@@ -102,6 +102,7 @@ public class ContentPlatformCooperateAccountServiceImpl implements ContentPlatfo
|
|
ContentPlatformGzhAccount account = new ContentPlatformGzhAccount();
|
|
ContentPlatformGzhAccount account = new ContentPlatformGzhAccount();
|
|
account.setName(param.getName());
|
|
account.setName(param.getName());
|
|
account.setGhId(param.getGhId());
|
|
account.setGhId(param.getGhId());
|
|
|
|
+ account.setType(param.getType());
|
|
account.setContentType(param.getContentType());
|
|
account.setContentType(param.getContentType());
|
|
account.setUpdateTimestamp(now);
|
|
account.setUpdateTimestamp(now);
|
|
if (Objects.isNull(param.getId())) {
|
|
if (Objects.isNull(param.getId())) {
|
|
@@ -109,7 +110,6 @@ public class ContentPlatformCooperateAccountServiceImpl implements ContentPlatfo
|
|
if (StringUtils.hasText(externalId)) {
|
|
if (StringUtils.hasText(externalId)) {
|
|
account.setExternalId(externalId);
|
|
account.setExternalId(externalId);
|
|
}
|
|
}
|
|
- account.setType(param.getType());
|
|
|
|
account.setCreateAccountId(loginAccount.getId());
|
|
account.setCreateAccountId(loginAccount.getId());
|
|
account.setCreateTimestamp(now);
|
|
account.setCreateTimestamp(now);
|
|
gzhAccountMapper.insertSelective(account);
|
|
gzhAccountMapper.insertSelective(account);
|