Browse Source

no message

xingzai 2 years ago
parent
commit
c76f69d558
1 changed files with 0 additions and 1 deletions
  1. 0 1
      models/report.go

+ 0 - 1
models/report.go

@@ -121,7 +121,6 @@ func IndustrialToArticleCategoryNew(industrialManagementId int) (items []*Indust
     AND art.is_report = 1
     AND art.publish_status = 1
 	AND man_g.industrial_management_id =?
-	AND map.chart_permission_id = ?
 	GROUP BY map.match_type_name`
 	_, err = o.Raw(sql, industrialManagementId).QueryRows(&items)
 	return