|
@@ -288,8 +288,8 @@ public class MessageAttachmentServiceImpl implements MessageAttachmentService {
|
|
|
BeanUtils.copyProperties(messageAttachment, newMessageAttachment);
|
|
|
newMessageAttachment.setStaffId(staffId);
|
|
|
messageAttachmentList.add(newMessageAttachment);
|
|
|
- addGuaranteesVideo(date, staffId, videoParam.getVideoIds());
|
|
|
}
|
|
|
+ addGuaranteesVideo(date, staffId, videoParam.getVideoIds());
|
|
|
}
|
|
|
}
|
|
|
|