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