Преглед изворни кода

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

xuyiping пре 1 година
родитељ
комит
6fbb839450
1 измењених фајлова са 1 додато и 1 уклоњено
  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,
 		},
 	}