@@ -127,7 +127,7 @@ func DocumentReportList(documentType int, chartPermissionIdList []string, classi
if documentType == 1 {
condition = ` and t1.source!=3`
}
- if len(classifyIdList) > 0 {
+ if len(classifyIdList) >= 0 {
// 递归查询子分类
for _, classifyId := range classifyIdList {
id, err := strconv.Atoi(classifyId)