|
@@ -376,7 +376,7 @@ func SyncTeleconferenceOldData() (countTotal, countSuccess int, err error) {
|
|
|
for _, voice := range voicesList {
|
|
|
if int(item.TeleconferenceID) == voice.TeleconferenceID {
|
|
|
activityVoice := &yb_activity_voice.YbActivityVoice{
|
|
|
- ActivityVoiceID: activityId,
|
|
|
+ ActivityID: uint32(activityId),
|
|
|
VoiceURL: voice.VideoURL,
|
|
|
VoiceName: voice.VideoName,
|
|
|
VoicePlaySeconds: voice.VideoPlaySeconds,
|