소스 검색

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