修改排名
This commit is contained in:
parent
d0ff21969e
commit
311cda51b2
@ -179,7 +179,7 @@ func (r *Video) GetVideoRankList(c *gin.Context) {
|
||||
// 判断最后两位票数是否相同
|
||||
if i == 14 {
|
||||
maps = make(map[string]interface{})
|
||||
maps["article_status"] = 1
|
||||
maps["video_status"] = 1
|
||||
maps["vote_num"] = video.VoteNum
|
||||
results, err := videoDao.GetVideoList(maps)
|
||||
if err != nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user