浏览代码

no message

xingzai 2 年之前
父节点
当前提交
c76f69d558
共有 1 个文件被更改,包括 0 次插入1 次删除
  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