|
@@ -1497,7 +1497,7 @@ func GetAllChartChildClassifyByParentId(parentId int) (targetList []*data_manage
|
|
|
err = errors.New("获取分类信息失败,Err:" + err.Error())
|
|
|
return
|
|
|
}
|
|
|
- orderStr := ` order by level asc, sort asc, classify_id asc`
|
|
|
+ orderStr := ` order by level asc, sort asc, chart_classify_id asc`
|
|
|
|
|
|
targetList, err = data_manage.GetChildChartClassifyListByParentId(fmt.Sprint(parentClassify.ChartClassifyIdPath, ",%"), orderStr)
|
|
|
|