|
@ -752,7 +752,6 @@ public class TopicDraftServiceImpl extends BaseServiceImpl<TopicDraftDao, TopicD |
|
|
List<ResiTopicAttachmentEntity> topicAttachments = ConvertUtils.sourceToTarget(attachmentList, ResiTopicAttachmentEntity.class); |
|
|
List<ResiTopicAttachmentEntity> topicAttachments = ConvertUtils.sourceToTarget(attachmentList, ResiTopicAttachmentEntity.class); |
|
|
topicAttachments.forEach(item -> { |
|
|
topicAttachments.forEach(item -> { |
|
|
item.setId(null); |
|
|
item.setId(null); |
|
|
item.setCustomerId(tokenDto.getCustomerId()); |
|
|
|
|
|
item.setTopicId(resiTopic.getId()); |
|
|
item.setTopicId(resiTopic.getId()); |
|
|
item.setCreatedBy(draft.getCreatedBy()); |
|
|
item.setCreatedBy(draft.getCreatedBy()); |
|
|
item.setUpdatedBy(draft.getCreatedBy()); |
|
|
item.setUpdatedBy(draft.getCreatedBy()); |
|
|