Browse Source

Merge branch 'cygx_14.2' of http://8.136.199.33:3000/hongze/hongze_clpt into debug

zhangchuanxing 2 months ago
parent
commit
a689c8f1b4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      controllers/report.go

+ 2 - 2
controllers/report.go

@@ -987,9 +987,9 @@ func (this *MobileReportController) SearchReport() {
 			} else {
 				item.Resource = 1
 				if v.ArticleTypeId > 0 {
-					item.ResourceObj = "articlevmp"
-				} else {
 					item.ResourceObj = "articleyx"
+				} else {
+					item.ResourceObj = "articlevmp"
 				}
 
 			}