修改排名

This commit is contained in:
wucongxing8150 2025-01-02 09:05:47 +08:00
parent d0ff21969e
commit 311cda51b2

View File

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