|
@ -346,7 +346,7 @@ public class ResiEventServiceImpl extends BaseServiceImpl<ResiEventDao, ResiEven |
|
|
entity.setResiEventId(resiEventEntity.getId()); |
|
|
entity.setResiEventId(resiEventEntity.getId()); |
|
|
entity.setAttachmentName(file.getName()); |
|
|
entity.setAttachmentName(file.getName()); |
|
|
entity.setAttachmentFormat(file.getFormat()); |
|
|
entity.setAttachmentFormat(file.getFormat()); |
|
|
entity.setAttachmentType(file.getType()); |
|
|
entity.setAttachmentType("voice"); |
|
|
entity.setAttachmentUrl(file.getUrl()); |
|
|
entity.setAttachmentUrl(file.getUrl()); |
|
|
entity.setSort(sort); |
|
|
entity.setSort(sort); |
|
|
entity.setStatus(TopicConstant.AUDITING); |
|
|
entity.setStatus(TopicConstant.AUDITING); |
|
|