Explorar el Código

Merge branch 'yb/1.1' of hongze/hongze_yb into master

hsun hace 3 años
padre
commit
2a10d2b66c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      services/activity/activity.go

+ 1 - 1
services/activity/activity.go

@@ -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,