Browse Source

no message

xingzai 2 years ago
parent
commit
51b0479cf3
1 changed files with 1 additions and 1 deletions
  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
 		}