Browse Source

目录查询

xyxie 11 months ago
parent
commit
5ec25db6fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/chart_classify.go

+ 1 - 1
controllers/chart_classify.go

@@ -172,7 +172,7 @@ func (this *ChartClassifyController) SimpleList() {
 	rootList := make([]*models.ChartClassifyItems, 0)
 	rootListTmp := make([]*models.ChartClassifyItems, 0)
 	var err error
-	if reqParentId == -1 {
+	if reqParentId == -1 || reqParentId > 0 {
 		rootListTmp, err = models.GetChartClassifyByParentId(parentId, utils.CHART_SOURCE_DEFAULT)
 		if err != nil && err.Error() != utils.ErrNoRow() {
 			br.Msg = "获取失败"