浏览代码

no message

xingzai 2 年之前
父节点
当前提交
51b0479cf3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/report.go

+ 1 - 1
controllers/report.go

@@ -2251,7 +2251,7 @@ func (this *ReportController) SearchReport() {
 		return
 	}
 	for k, v := range listYx {
-		listYx[k].Source = 1
+		listYx[k].Source = 2
 		if v.MyCollectNum > 0 {
 			listYx[k].IsCollect = true
 		}