Browse Source

Merge branch 'feature/bug-list' of xuyiping/kpt-tmr-group into develop

xuyiping 1 year ago
parent
commit
2ba59b6cb8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      module/backend/statistic_service.go

+ 1 - 1
module/backend/statistic_service.go

@@ -429,7 +429,7 @@ func (s *StoreEntry) SearchFeedStatistics(ctx context.Context, req *operationPb.
 			}
 
 			if response.Code == http.StatusOK && response.Data.List != nil {
-				if req.ApiName == "getFeedEfficiencySC" {
+				if req.ApiName == "getFeedEfficiencyFT" {
 					feedStatisticsConversions := FeedStatisticsConversions(response.Data.List)
 					feedStatisticsConversions.PastureName = groupPasture.Name
 					res.Data.List[groupPasture.Name] = FeedStatisticsConversions(response.Data.List)