Roc 8 月之前
父节点
当前提交
0c0db2ef95
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      controllers/report_v2.go

+ 2 - 2
controllers/report_v2.go

@@ -246,8 +246,8 @@ func (this *ReportController) ListReport() {
 				}
 			}
 			list[i].ChapterVideoList = chapterList
-			list[i].Pv += pvMap[list[i].Id]
-			list[i].Uv += uvMap[list[i].Id]
+			list[i].Pv = pvMap[list[i].Id]
+			list[i].Uv = uvMap[list[i].Id]
 		}
 	}