|  | @@ -71,7 +71,6 @@ func (s *StoreEntry) SearchFormulaEstimateList(ctx context.Context, req *operati
 | 
	
		
			
				|  |  |  		Name:       req.ApiName,
 | 
	
		
			
				|  |  |  		Page:       req.Pagination.Page,
 | 
	
		
			
				|  |  |  		Offset:     req.Pagination.PageOffset,
 | 
	
		
			
				|  |  | -		PageCount:  req.Pagination.PageSize,
 | 
	
		
			
				|  |  |  		ReturnType: "Map",
 | 
	
		
			
				|  |  |  		ParamMaps: &model.FormulaEstimateParams{
 | 
	
		
			
				|  |  |  			PastureId: fmt.Sprintf("%d", pastureId),
 | 
	
	
		
			
				|  | @@ -104,7 +103,6 @@ func (s *StoreEntry) SearchInventoryStatistics(ctx context.Context, req *operati
 | 
	
		
			
				|  |  |  		Name:       req.ApiName,
 | 
	
		
			
				|  |  |  		Page:       req.Pagination.Page,
 | 
	
		
			
				|  |  |  		Offset:     req.Pagination.PageOffset,
 | 
	
		
			
				|  |  | -		PageCount:  req.Pagination.PageSize,
 | 
	
		
			
				|  |  |  		ReturnType: "Map",
 | 
	
		
			
				|  |  |  		ParamMaps: &model.InventoryStatisticsParams{
 | 
	
		
			
				|  |  |  			PastureId: fmt.Sprintf("%d", pastureId),
 | 
	
	
		
			
				|  | @@ -226,7 +224,6 @@ func (s *StoreEntry) SearchUserMaterialsStatistics(ctx context.Context, req *ope
 | 
	
		
			
				|  |  |  		Name:       req.ApiName,
 | 
	
		
			
				|  |  |  		Page:       req.Pagination.Page,
 | 
	
		
			
				|  |  |  		Offset:     req.Pagination.PageOffset,
 | 
	
		
			
				|  |  | -		PageCount:  req.Pagination.PageSize,
 | 
	
		
			
				|  |  |  		ReturnType: "Map",
 | 
	
		
			
				|  |  |  		Checked:    req.ErrorCheck,
 | 
	
		
			
				|  |  |  		ParamMaps: &model.UserMaterialsStatisticsParams{
 | 
	
	
		
			
				|  | @@ -340,7 +337,6 @@ func (s *StoreEntry) SearchPriceStatistics(ctx context.Context, req *operationPb
 | 
	
		
			
				|  |  |  		Name:       req.ApiName,
 | 
	
		
			
				|  |  |  		Page:       req.Pagination.Page,
 | 
	
		
			
				|  |  |  		Offset:     req.Pagination.PageOffset,
 | 
	
		
			
				|  |  | -		PageCount:  req.Pagination.PageSize,
 | 
	
		
			
				|  |  |  		ReturnType: "Map",
 | 
	
		
			
				|  |  |  		ParamMaps: &model.PriceStatisticsParams{
 | 
	
		
			
				|  |  |  			PastureId: fmt.Sprintf("%d", pastureId),
 | 
	
	
		
			
				|  | @@ -399,7 +395,6 @@ func (s *StoreEntry) SearchFeedStatistics(ctx context.Context, req *operationPb.
 | 
	
		
			
				|  |  |  				Name:       req.ApiName,
 | 
	
		
			
				|  |  |  				Page:       req.Pagination.Page,
 | 
	
		
			
				|  |  |  				Offset:     req.Pagination.PageOffset,
 | 
	
		
			
				|  |  | -				PageCount:  req.Pagination.PageSize,
 | 
	
		
			
				|  |  |  				ReturnType: "Map",
 | 
	
		
			
				|  |  |  				ParamMaps:  model.NewFeedStatisticsParams(int64(pastureID), req),
 | 
	
		
			
				|  |  |  			}
 | 
	
	
		
			
				|  | @@ -551,7 +546,6 @@ func (s *StoreEntry) CowsAnalysis(ctx context.Context, req *operationPb.CowsAnal
 | 
	
		
			
				|  |  |  		Name:       req.ApiName,
 | 
	
		
			
				|  |  |  		Page:       req.Pagination.Page,
 | 
	
		
			
				|  |  |  		Offset:     req.Pagination.PageOffset,
 | 
	
		
			
				|  |  | -		PageCount:  req.Pagination.PageSize,
 | 
	
		
			
				|  |  |  		ReturnType: "Map",
 | 
	
		
			
				|  |  |  		ParamMaps: &model.MixFeedStatisticsParams{
 | 
	
		
			
				|  |  |  			PastureId: fmt.Sprintf("%d", pastureId),
 | 
	
	
		
			
				|  | @@ -680,7 +674,6 @@ func (s *StoreEntry) AnalysisMixedSprinkleDetail(ctx context.Context, req *opera
 | 
	
		
			
				|  |  |  		Name:       req.ApiName,
 | 
	
		
			
				|  |  |  		Page:       req.Pagination.Page,
 | 
	
		
			
				|  |  |  		Offset:     req.Pagination.PageOffset,
 | 
	
		
			
				|  |  | -		PageCount:  req.Pagination.PageSize,
 | 
	
		
			
				|  |  |  		ReturnType: "Map",
 | 
	
		
			
				|  |  |  		ParamMaps:  model.NewMixedSprinkleDetailRequest(int64(pastureId), req),
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -743,7 +736,6 @@ func (s *StoreEntry) GetTrainNumber(ctx context.Context, req *operationPb.TrainN
 | 
	
		
			
				|  |  |  		Name:       req.ApiName,
 | 
	
		
			
				|  |  |  		Page:       req.Pagination.Page,
 | 
	
		
			
				|  |  |  		Offset:     req.Pagination.PageOffset,
 | 
	
		
			
				|  |  | -		PageCount:  req.Pagination.PageSize,
 | 
	
		
			
				|  |  |  		ReturnType: "Map",
 | 
	
		
			
				|  |  |  		ParamMaps: &model.TrainNumberParams{
 | 
	
		
			
				|  |  |  			PastureId: fmt.Sprintf("%d", pastureId),
 |