Browse Source

no message

xingzai 2 years ago
parent
commit
2fbf3672f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/report.go

+ 1 - 1
controllers/report.go

@@ -120,7 +120,7 @@ func (this *MobileReportController) TradeList() {
 			condition = ` AND a.category_id IN(` + strconv.Itoa(v.CategoryId) + `)`
 		}
 
-		if ChartPermissionId != utils.CE_LUE_ID {
+		if ChartPermissionId != utils.CE_LUE_ID && ChartPermissionId != utils.GU_SHOU_ID {
 			var pageSize int
 			//if ChartPermissionId == utils.KE_JI_ID {
 			//	pageSize = 12