|
@@ -178,10 +178,10 @@ func (this *MicroRoadShowController) VideoHistoryAdd() {
|
|
|
br.ErrMsg = "操作失败,GetLastCygxMicroRoadshowVideoHistory Err:" + err.Error()
|
|
|
return
|
|
|
}
|
|
|
- err = models.UpdateLastCygxActivityVoiceHistory(playSeconds, lastItem.Id)
|
|
|
+ err = models.UpdateLastCygxActivityVideoHistory(playSeconds, lastItem.Id)
|
|
|
if err != nil {
|
|
|
br.Msg = "更新失败"
|
|
|
- br.ErrMsg = "更新失败,UpdateLastCygxActivityVoiceHistory Err:" + err.Error()
|
|
|
+ br.ErrMsg = "更新失败,UpdateLastCygxActivityVideoHistory Err:" + err.Error()
|
|
|
return
|
|
|
}
|
|
|
} else {
|