作者 Your Name

修复错误

@@ -697,7 +697,11 @@ func (srv StaffAssessServeice) QueryPerformanceIndicator(param *query.ListAssess @@ -697,7 +697,11 @@ func (srv StaffAssessServeice) QueryPerformanceIndicator(param *query.ListAssess
697 return nil, application.ThrowError(application.INTERNAL_SERVER_ERROR, err.Error()) 697 return nil, application.ThrowError(application.INTERNAL_SERVER_ERROR, err.Error())
698 } 698 }
699 699
700 - headerList := HeaderLevel{} 700 + headerList := HeaderLevel{
  701 + Name: "",
  702 + Filter: map[string]int{},
  703 + Child: []HeaderLevel{},
  704 + }
701 for _, v := range contentItems { 705 for _, v := range contentItems {
702 child := headerList.addChild(v.Category) 706 child := headerList.addChild(v.Category)
703 child.addChild(v.Name) 707 child.addChild(v.Name)