Browse Source

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

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

+ 1 - 1
module/backend/statistic_service.go

@@ -521,7 +521,7 @@ func (s *StoreEntry) FeedChartStatistics(ctx context.Context, req *operationPb.F
 		ParamMaps: &model.ParamMaps{
 			PastureId: fmt.Sprintf("%d", pastureId),
 			StartTime: req.StartTime,
-			StopTime:  req.StartTime,
+			StopTime:  req.EndTime,
 			Status:    req.Status,
 		},
 	}